summaryrefslogtreecommitdiff
path: root/cscript
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2020-12-24 23:17:37 +0100
committerCarl Hetherington <cth@carlh.net>2020-12-24 23:17:37 +0100
commita3662ad14bb5240d33dbebdc6376718b93f33fb0 (patch)
tree4ec348304c2ff2177447471a34130c9d6ff715a3 /cscript
parentf9387f1ce4edde2a144db4cfeb37af95c26b6ff3 (diff)
fixup! arm64 build.
Diffstat (limited to 'cscript')
-rw-r--r--cscript5
1 files changed, 4 insertions, 1 deletions
diff --git a/cscript b/cscript
index 30f7fca7e..83d64e9cb 100644
--- a/cscript
+++ b/cscript
@@ -431,7 +431,10 @@ def configure_options(target, options):
opt += ' --static-dcpomatic'
if can_build_disk(target):
- opt += ' --enable-disk'
+ opt += ' --enable-disk'
+
+ if target.platform == 'osx' and target.arch == 'arm64':
+ opt += ' --target-macos-arm64'
return opt