diff options
| author | Marcelo Fernandez | 2017-09-29 15:22:42 -0300 |
|---|---|---|
| committer | Marcelo | 2017-09-30 02:16:42 -0300 |
| commit | 12d40fa03f95cccfb6af994b03576f78af314891 (patch) | |
| tree | ee52f1c69be6e14f77b382e06143cbeb54cd0f04 /platform/osx/detect.py | |
| parent | 2c5fa0947d724c0dcb24643f692f7a9d686a5490 (diff) | |
| download | godot-12d40fa03f95cccfb6af994b03576f78af314891.tar.gz godot-12d40fa03f95cccfb6af994b03576f78af314891.tar.zst godot-12d40fa03f95cccfb6af994b03576f78af314891.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 51da00071..f66c3f00d 100644 --- a/platform/osx/detect.py +++ b/platform/osx/detect.py @@ -103,7 +103,7 @@ def configure(env): ## Flags env.Append(CPPPATH=['#platform/osx']) - env.Append(CPPFLAGS=['-DOSX_ENABLED', '-DUNIX_ENABLED', '-DGLES2_ENABLED', '-DAPPLE_STYLE_KEYS']) + env.Append(CPPFLAGS=['-DOSX_ENABLED', '-DUNIX_ENABLED', '-DGLES2_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']) |
