Remove now-unnecessary --target-macos-arm64 v2.17.15
authorCarl Hetherington <cth@carlh.net>
Sat, 30 Mar 2024 21:20:08 +0000 (22:20 +0100)
committerCarl Hetherington <cth@carlh.net>
Sat, 30 Mar 2024 21:20:08 +0000 (22:20 +0100)
cscript

diff --git a/cscript b/cscript
index f70e7ca36df11813ff3b7f6507a9b78541ad984b..9c8640143717d001c67c023e4814eab3734d6ee6 100644 (file)
--- a/cscript
+++ b/cscript
@@ -591,7 +591,7 @@ def configure_options(target, options, for_package=False):
     if target.platform == 'osx':
         opt += ' --c++17'
         if target.arch == 'arm64':
-            opt += ' --target-macos-arm64 --wx-config=%s/wx-config' % target.bin
+            opt += ' --wx-config=%s/wx-config' % target.bin
 
     if target.platform == 'linux' and target.distro == 'ubuntu' and target.version in ['22.04']:
         opt += ' --enable-grok'