aboutsummaryrefslogtreecommitdiff
path: root/platform/osx/detect.py
diff options
context:
space:
mode:
authorMarcelo Fernandez2017-07-16 22:29:47 -0300
committerMarcelo Fernandez2017-07-16 23:35:23 -0300
commit764f6076119310061061ada90c9c57a5c531be9e (patch)
tree25ba8f6fc40c3af3a5c9a575d2dced85c5246469 /platform/osx/detect.py
parent4366b7c8b0bf452236cdfd034d3a0e5d851576b9 (diff)
downloadgodot-764f6076119310061061ada90c9c57a5c531be9e.tar.gz
godot-764f6076119310061061ada90c9c57a5c531be9e.tar.zst
godot-764f6076119310061061ada90c9c57a5c531be9e.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 dfefbbc1b..d9891dda6 100644
--- a/platform/osx/detect.py
+++ b/platform/osx/detect.py
@@ -90,7 +90,7 @@ def configure(env):
env.Append(CPPPATH=['#platform/osx'])
env.Append(CPPFLAGS=['-DOSX_ENABLED', '-DUNIX_ENABLED', '-DGLES2_ENABLED', '-DAPPLE_STYLE_KEYS'])
- env.Append(LINKFLAGS=['-framework', 'Cocoa', '-framework', 'Carbon', '-framework', 'OpenGL', '-framework', 'AGL', '-framework', 'AudioUnit', '-lz', '-framework', 'IOKit', '-framework', 'ForceFeedback'])
+ env.Append(LINKFLAGS=['-framework', 'Cocoa', '-framework', 'Carbon', '-framework', 'OpenGL', '-framework', 'AGL', '-framework', 'AudioUnit', '-framework', 'CoreAudio', '-lz', '-framework', 'IOKit', '-framework', 'ForceFeedback'])
env.Append(LIBS=['pthread'])
env.Append(CPPFLAGS=['-mmacosx-version-min=10.9'])