diff options
| author | bruvzg | 2018-03-01 09:21:58 +0200 |
|---|---|---|
| committer | bruvzg | 2018-03-01 09:21:58 +0200 |
| commit | eec0f83cf38e5ad91278380277e5902de210f85a (patch) | |
| tree | 95b260e92f6b24c1ec91a0bfe76d30b8305fb01c /platform/osx/detect.py | |
| parent | 8df449100a3f9dde511d05087bef60a07fadefde (diff) | |
| download | godot-eec0f83cf38e5ad91278380277e5902de210f85a.tar.gz godot-eec0f83cf38e5ad91278380277e5902de210f85a.tar.zst godot-eec0f83cf38e5ad91278380277e5902de210f85a.zip | |
Diffstat (limited to 'platform/osx/detect.py')
| -rw-r--r-- | platform/osx/detect.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/platform/osx/detect.py b/platform/osx/detect.py index 6a9fd6b13..e51a8082f 100644 --- a/platform/osx/detect.py +++ b/platform/osx/detect.py @@ -59,7 +59,7 @@ def configure(env): # 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 + env["bits"] = "64" ## Compiler configuration |
