summaryrefslogtreecommitdiff
path: root/cscript
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2020-12-26 01:07:11 +0100
committerCarl Hetherington <cth@carlh.net>2020-12-26 01:07:11 +0100
commit31389603803c089f584bd5d1bf05614db71b0303 (patch)
tree35b1f6032fe381900eec286cc51d92dc8ab0e1b2 /cscript
parenta3662ad14bb5240d33dbebdc6376718b93f33fb0 (diff)
Fix wx-config on arm64.
Diffstat (limited to 'cscript')
-rw-r--r--cscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/cscript b/cscript
index 83d64e9cb..ac84c3717 100644
--- a/cscript
+++ b/cscript
@@ -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