aboutsummaryrefslogtreecommitdiff
path: root/platform/osx/detect.py
diff options
context:
space:
mode:
authorMarcelo Fernandez2017-09-29 15:22:42 -0300
committerMarcelo2017-09-30 02:16:42 -0300
commit12d40fa03f95cccfb6af994b03576f78af314891 (patch)
treeee52f1c69be6e14f77b382e06143cbeb54cd0f04 /platform/osx/detect.py
parent2c5fa0947d724c0dcb24643f692f7a9d686a5490 (diff)
downloadgodot-12d40fa03f95cccfb6af994b03576f78af314891.tar.gz
godot-12d40fa03f95cccfb6af994b03576f78af314891.tar.zst
godot-12d40fa03f95cccfb6af994b03576f78af314891.zip
Diffstat (limited to 'platform/osx/detect.py')
-rw-r--r--platform/osx/detect.py2
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'])