aboutsummaryrefslogtreecommitdiff
path: root/platform/osx/detect.py
diff options
context:
space:
mode:
authorRémi Verschelde2016-10-14 21:57:43 +0200
committerRémi Verschelde2016-10-15 18:10:17 +0200
commitedbc0c0d0bed169b3c07ef0f504b97936f0dab37 (patch)
treea59bc0448e8f43ce047a0637adc0765b07b05ae0 /platform/osx/detect.py
parente6dc51a0f764dcd7cd07482c022c1e92e6a4da3d (diff)
downloadgodot-edbc0c0d0bed169b3c07ef0f504b97936f0dab37.tar.gz
godot-edbc0c0d0bed169b3c07ef0f504b97936f0dab37.tar.zst
godot-edbc0c0d0bed169b3c07ef0f504b97936f0dab37.zip
Diffstat (limited to 'platform/osx/detect.py')
-rw-r--r--platform/osx/detect.py4
1 files changed, 0 insertions, 4 deletions
diff --git a/platform/osx/detect.py b/platform/osx/detect.py
index 2ade09789..8d8e88252 100644
--- a/platform/osx/detect.py
+++ b/platform/osx/detect.py
@@ -80,10 +80,6 @@ def configure(env):
env['AS'] = basecmd+"as"
-# env.Append(CPPPATH=['#platform/osx/include/freetype2', '#platform/osx/include'])
-# env.Append(LIBPATH=['#platform/osx/lib'])
-
-
env.Append(CPPFLAGS=["-DAPPLE_STYLE_KEYS"])
env.Append(CPPFLAGS=['-DUNIX_ENABLED','-DGLES2_ENABLED','-DOSX_ENABLED'])
env.Append(LIBS=['pthread'])