diff options
| author | Rémi Verschelde | 2017-11-19 17:52:18 +0100 |
|---|---|---|
| committer | Rémi Verschelde | 2017-11-19 17:52:18 +0100 |
| commit | 9f134aa5d1b9e3714cd9a19948004204b7f41c68 (patch) | |
| tree | 3b72e6adb818217ceec82f4c038a0879abb72ca4 /platform/osx/detect.py | |
| parent | bea607d53e4adff19956adbe09ace170d8cc40b8 (diff) | |
| download | godot-9f134aa5d1b9e3714cd9a19948004204b7f41c68.tar.gz godot-9f134aa5d1b9e3714cd9a19948004204b7f41c68.tar.zst godot-9f134aa5d1b9e3714cd9a19948004204b7f41c68.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 c24bd98bf..ff7cf2ad2 100644 --- a/platform/osx/detect.py +++ b/platform/osx/detect.py @@ -110,7 +110,7 @@ def configure(env): ## Flags env.Append(CPPPATH=['#platform/osx']) - env.Append(CPPFLAGS=['-DOSX_ENABLED', '-DUNIX_ENABLED', '-DGLES2_ENABLED', '-DAPPLE_STYLE_KEYS', '-DCOREAUDIO_ENABLED']) + env.Append(CPPFLAGS=['-DOSX_ENABLED', '-DUNIX_ENABLED', '-DGLES_ENABLED', '-DAPPLE_STYLE_KEYS', '-DCOREAUDIO_ENABLED']) env.Append(LINKFLAGS=['-framework', 'Cocoa', '-framework', 'Carbon', '-framework', 'OpenGL', '-framework', 'AGL', '-framework', 'AudioUnit', '-framework', 'CoreAudio', '-lz', '-framework', 'IOKit', '-framework', 'ForceFeedback']) env.Append(LIBS=['pthread']) |
