Browse Source

Set default arch for macOS arm64.

woollybah 5 years ago
parent
commit
9d71bd7258
1 changed files with 3 additions and 0 deletions
  1. 3 0
      bmk_config.bmx

+ 3 - 0
bmk_config.bmx

@@ -92,6 +92,9 @@ If is_pid_native(0) opt_arch="x86" Else opt_arch="ppc"
 ?MacOsx64
 opt_arch="x64"
 
+?MacOsarm64
+opt_arch="arm64"
+
 ?win32x64
 opt_arch="x64"
 ?Win32x86