Don't use --target-macos-arm64 any more, since it's not supported.
authorCarl Hetherington <cth@carlh.net>
Mon, 15 Apr 2024 21:13:00 +0000 (23:13 +0200)
committerCarl Hetherington <cth@carlh.net>
Mon, 15 Apr 2024 21:13:13 +0000 (23:13 +0200)
cscript

diff --git a/cscript b/cscript
index 53d2beb7b40bc1901102b270b55cb641b6f50b6e..4ee24e45da0805b6b00106cca29635ff3bbd44f9 100644 (file)
--- a/cscript
+++ b/cscript
@@ -589,7 +589,7 @@ def configure_options(target, options, for_package=False):
         opt += ' --enable-disk'
 
     if target.platform == 'osx' and target.arch == 'arm64':
-        opt += ' --target-macos-arm64 --wx-config=%s/wx-config' % target.bin
+        opt += ' --wx-config=%s/wx-config' % target.bin
 
     return opt