diff options
| author | Carl Hetherington <cth@carlh.net> | 2024-03-30 22:20:08 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2024-03-30 22:20:08 +0100 |
| commit | 011538e79f10d08adb12be7397f5f38ffaba81d0 (patch) | |
| tree | 977ad09a6f069ab37bbd1742fa7274999581685d | |
| parent | 6df70fd09ea8dcdef689a9e5611179d57090eb20 (diff) | |
Remove now-unnecessary --target-macos-arm64v2.17.15
| -rw-r--r-- | cscript | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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' |
