diff options
| author | Carl Hetherington <cth@carlh.net> | 2020-12-26 01:07:11 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2020-12-26 01:07:11 +0100 |
| commit | 31389603803c089f584bd5d1bf05614db71b0303 (patch) | |
| tree | 35b1f6032fe381900eec286cc51d92dc8ab0e1b2 /cscript | |
| parent | a3662ad14bb5240d33dbebdc6376718b93f33fb0 (diff) | |
Fix wx-config on arm64.
Diffstat (limited to 'cscript')
| -rw-r--r-- | cscript | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -434,7 +434,7 @@ def configure_options(target, options): opt += ' --enable-disk' if target.platform == 'osx' and target.arch == 'arm64': - opt += ' --target-macos-arm64' + opt += ' --target-macos-arm64 --wx-config=%s/bin' % target.target_environment return opt |
