aboutsummaryrefslogtreecommitdiff
path: root/platform/osx/detect.py
diff options
context:
space:
mode:
authorJuan Linietsky2017-12-24 09:31:17 -0300
committerJuan Linietsky2017-12-24 09:32:12 -0300
commit021f3c924be29cafe9d8d50bf00ecc6f13675e87 (patch)
tree4623e6fa3be55751386d56792f7cc26dab210e27 /platform/osx/detect.py
parent83182ea4a1e6d5c34dd137fdbd7ef9b2c5f33231 (diff)
downloadgodot-021f3c924be29cafe9d8d50bf00ecc6f13675e87.tar.gz
godot-021f3c924be29cafe9d8d50bf00ecc6f13675e87.tar.zst
godot-021f3c924be29cafe9d8d50bf00ecc6f13675e87.zip
Diffstat (limited to 'platform/osx/detect.py')
-rw-r--r--platform/osx/detect.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/platform/osx/detect.py b/platform/osx/detect.py
index 5b04ab882..2e686fbee 100644
--- a/platform/osx/detect.py
+++ b/platform/osx/detect.py
@@ -82,9 +82,6 @@ def configure(env):
env['RANLIB'] = mpprefix + "/libexec/llvm-" + mpclangver + "/bin/llvm-ranlib"
env['AS'] = mpprefix + "/libexec/llvm-" + mpclangver + "/bin/llvm-as"
env.Append(CCFLAGS=['-D__MACPORTS__']) #hack to fix libvpx MM256_BROADCASTSI128_SI256 define
- if env['tools'] and env['openmp']:
- env.Append(CPPFLAGS=['-fopenmp'])
- env.Append(LINKFLAGS=['-fopenmp'])
else: # osxcross build
root = os.environ.get("OSXCROSS_ROOT", 0)