summaryrefslogtreecommitdiff
path: root/cscript
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2020-12-23 19:56:04 +0100
committerCarl Hetherington <cth@carlh.net>2020-12-23 19:56:04 +0100
commit501987d97d570be0f214b3f51779e2bd11e99775 (patch)
tree78b169e31811290e8871d9af8791b83a18b488ae /cscript
parent085d998c4f6aa8a1183024ba65aab87771e642ad (diff)
bits -> arch.
Diffstat (limited to 'cscript')
-rw-r--r--cscript2
1 files changed, 1 insertions, 1 deletions
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']: