diff options
| author | Carl Hetherington <cth@carlh.net> | 2020-12-24 23:17:37 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2020-12-24 23:17:37 +0100 |
| commit | a3662ad14bb5240d33dbebdc6376718b93f33fb0 (patch) | |
| tree | 4ec348304c2ff2177447471a34130c9d6ff715a3 /cscript | |
| parent | f9387f1ce4edde2a144db4cfeb37af95c26b6ff3 (diff) | |
fixup! arm64 build.
Diffstat (limited to 'cscript')
| -rw-r--r-- | cscript | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -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 |
