Make check_for_intel() call automatically

This will avoid future repeats of the situation where it took way too long
to figure out why a unit test wasn't working
This commit is contained in:
2024-09-15 11:17:54 -05:00
committed by Celtic Minstrel
parent 6df00a3035
commit d76787932d
6 changed files with 25 additions and 21 deletions

View File

@@ -548,7 +548,6 @@ static void replay_next_action() {
void init_boe(int argc, char* argv[]) {
set_up_apple_events();
init_directories(argv[0]);
check_for_intel();
process_args(argc, argv);
#ifdef __APPLE__
init_menubar(); // Do this first of all because otherwise a default File and Window menu will be seen