diff options
| author | Carl Hetherington <cth@carlh.net> | 2020-12-23 19:56:04 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2020-12-23 19:56:04 +0100 |
| commit | 501987d97d570be0f214b3f51779e2bd11e99775 (patch) | |
| tree | 78b169e31811290e8871d9af8791b83a18b488ae /cscript | |
| parent | 085d998c4f6aa8a1183024ba65aab87771e642ad (diff) | |
bits -> arch.
Diffstat (limited to 'cscript')
| -rw-r--r-- | cscript | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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']: |
