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:
@@ -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
|
||||
|
Reference in New Issue
Block a user