summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2024-03-30 22:20:08 +0100
committerCarl Hetherington <cth@carlh.net>2024-03-30 22:20:08 +0100
commit011538e79f10d08adb12be7397f5f38ffaba81d0 (patch)
tree977ad09a6f069ab37bbd1742fa7274999581685d
parent6df70fd09ea8dcdef689a9e5611179d57090eb20 (diff)
Remove now-unnecessary --target-macos-arm64v2.17.15
-rw-r--r--cscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/cscript b/cscript
index f70e7ca36..9c8640143 100644
--- 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'