From e3b7f39d7fb90f2efd6dc34d8531007d932661bd Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Mon, 15 Apr 2024 23:13:00 +0200 Subject: [PATCH 1/1] Don't use --target-macos-arm64 any more, since it's not supported. --- cscript | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.30.2