diff options
| author | Carl Hetherington <cth@carlh.net> | 2024-04-15 23:13:00 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2024-04-15 23:13:13 +0200 |
| commit | e3b7f39d7fb90f2efd6dc34d8531007d932661bd (patch) | |
| tree | c8a7cc2caec1ff640ec2ffdde48194548152b23f | |
| parent | 94618a724124cbf5fe9f0b47a3fdce601fcd5581 (diff) | |
Don't use --target-macos-arm64 any more, since it's not supported.
| -rw-r--r-- | cscript | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |
