From: Carl Hetherington Date: Mon, 15 Apr 2024 21:13:00 +0000 (+0200) Subject: Don't use --target-macos-arm64 any more, since it's not supported. X-Git-Tag: v2.16.80~4 X-Git-Url: https://git.carlh.net/gitweb/?a=commitdiff_plain;ds=sidebyside;h=e3b7f39d7fb90f2efd6dc34d8531007d932661bd;p=dcpomatic.git Don't use --target-macos-arm64 any more, since it's not supported. --- diff --git a/cscript b/cscript index 53d2beb7b..4ee24e45d 100644 --- a/cscript +++ b/cscript @@ -589,7 +589,7 @@ def configure_options(target, options, for_package=False): opt += ' --enable-disk' if target.platform == 'osx' and target.arch == 'arm64': - opt += ' --target-macos-arm64 --wx-config=%s/wx-config' % target.bin + opt += ' --wx-config=%s/wx-config' % target.bin return opt