From: Carl Hetherington Date: Wed, 23 Dec 2020 18:56:04 +0000 (+0100) Subject: bits -> arch. X-Git-Tag: 11.0-build-runs~24 X-Git-Url: https://git.carlh.net/gitweb/?a=commitdiff_plain;h=501987d97d570be0f214b3f51779e2bd11e99775;p=dcpomatic.git bits -> arch. --- 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']: