diff options
| author | Rémi Verschelde | 2018-02-19 23:33:33 +0100 |
|---|---|---|
| committer | Rémi Verschelde | 2018-02-19 23:34:11 +0100 |
| commit | 42c5af5e48c1e74a53bb773d7068bf61953231a8 (patch) | |
| tree | 2bdc4b5b6208b6dd62711d4e92e1cc41b0018945 /platform/osx/detect.py | |
| parent | b2aeb02e7d43d98973334e39db5c39626ba9f775 (diff) | |
| download | godot-42c5af5e48c1e74a53bb773d7068bf61953231a8.tar.gz godot-42c5af5e48c1e74a53bb773d7068bf61953231a8.tar.zst godot-42c5af5e48c1e74a53bb773d7068bf61953231a8.zip | |
Diffstat (limited to 'platform/osx/detect.py')
| -rw-r--r-- | platform/osx/detect.py | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/platform/osx/detect.py b/platform/osx/detect.py index 3237cef71..33faea008 100644 --- a/platform/osx/detect.py +++ b/platform/osx/detect.py @@ -55,13 +55,10 @@ def configure(env): elif (env["target"] == "debug"): env.Prepend(CCFLAGS=['-g3', '-DDEBUG_ENABLED', '-DDEBUG_MEMORY_ENABLED']) - ## Architecture + ## Compiler configuration # Mac OS X no longer runs on 32-bit since 10.7 which is unsupported since 2014 # As such, we only support 64-bit - env["bits"] == "64" - - ## Compiler configuration if "OSXCROSS_ROOT" not in os.environ: # regular native build env.Append(CCFLAGS=['-arch', 'x86_64']) |
