summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2024-04-15 23:13:00 +0200
committerCarl Hetherington <cth@carlh.net>2024-04-15 23:13:13 +0200
commite3b7f39d7fb90f2efd6dc34d8531007d932661bd (patch)
treec8a7cc2caec1ff640ec2ffdde48194548152b23f
parent94618a724124cbf5fe9f0b47a3fdce601fcd5581 (diff)
Don't use --target-macos-arm64 any more, since it's not supported.
-rw-r--r--cscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/cscript b/cscript
index 53d2beb7b..4ee24e45d 100644
--- 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