From 011538e79f10d08adb12be7397f5f38ffaba81d0 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Sat, 30 Mar 2024 22:20:08 +0100 Subject: [PATCH] Remove now-unnecessary --target-macos-arm64 --- cscript | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cscript b/cscript index f70e7ca36..9c8640143 100644 --- a/cscript +++ b/cscript @@ -591,7 +591,7 @@ def configure_options(target, options, for_package=False): if target.platform == 'osx': opt += ' --c++17' if target.arch == 'arm64': - opt += ' --target-macos-arm64 --wx-config=%s/wx-config' % target.bin + opt += ' --wx-config=%s/wx-config' % target.bin if target.platform == 'linux' and target.distro == 'ubuntu' and target.version in ['22.04']: opt += ' --enable-grok' -- 2.30.2