From 501987d97d570be0f214b3f51779e2bd11e99775 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Wed, 23 Dec 2020 19:56:04 +0100 Subject: [PATCH] bits -> arch. --- cscript | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cscript b/cscript index ccd4eed97..61ef07a38 100644 --- a/cscript +++ b/cscript @@ -417,7 +417,7 @@ def configure_options(target, options): # I worry that this will cause ABI problems but I don't have # a better solution. opt += ' --force-cpp11' - elif target.platform == 'osx' and target.bits == 64: + elif target.platform == 'osx' and target.arch != 'i386': opt += ' --force-cpp11' if not options['gui']: -- 2.30.2