webrtc requires IOKit
This commit is contained in:
parent
c33c045964
commit
161147fa1a
1 changed files with 2 additions and 2 deletions
|
@ -126,7 +126,9 @@
|
||||||
'link_settings': {
|
'link_settings': {
|
||||||
'libraries': [
|
'libraries': [
|
||||||
'$(SDKROOT)/System/Library/Frameworks/AppKit.framework',
|
'$(SDKROOT)/System/Library/Frameworks/AppKit.framework',
|
||||||
|
# Required by webrtc:
|
||||||
'$(SDKROOT)/System/Library/Frameworks/OpenGL.framework',
|
'$(SDKROOT)/System/Library/Frameworks/OpenGL.framework',
|
||||||
|
'$(SDKROOT)/System/Library/Frameworks/IOKit.framework',
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
'conditions': [
|
'conditions': [
|
||||||
|
@ -163,7 +165,6 @@
|
||||||
'$(SDKROOT)/System/Library/Frameworks/CoreAudio.framework',
|
'$(SDKROOT)/System/Library/Frameworks/CoreAudio.framework',
|
||||||
'$(SDKROOT)/System/Library/Frameworks/CoreMIDI.framework',
|
'$(SDKROOT)/System/Library/Frameworks/CoreMIDI.framework',
|
||||||
'$(SDKROOT)/System/Library/Frameworks/CoreVideo.framework',
|
'$(SDKROOT)/System/Library/Frameworks/CoreVideo.framework',
|
||||||
'$(SDKROOT)/System/Library/Frameworks/OpenGL.framework',
|
|
||||||
# surface.gyp:
|
# surface.gyp:
|
||||||
'$(SDKROOT)/System/Library/Frameworks/IOSurface.framework',
|
'$(SDKROOT)/System/Library/Frameworks/IOSurface.framework',
|
||||||
# content_common.gypi:
|
# content_common.gypi:
|
||||||
|
@ -172,7 +173,6 @@
|
||||||
'$(SDKROOT)/System/Library/Frameworks/ApplicationServices.framework',
|
'$(SDKROOT)/System/Library/Frameworks/ApplicationServices.framework',
|
||||||
'$(SDKROOT)/System/Library/Frameworks/Carbon.framework',
|
'$(SDKROOT)/System/Library/Frameworks/Carbon.framework',
|
||||||
'$(SDKROOT)/System/Library/Frameworks/CoreFoundation.framework',
|
'$(SDKROOT)/System/Library/Frameworks/CoreFoundation.framework',
|
||||||
'$(SDKROOT)/System/Library/Frameworks/IOKit.framework',
|
|
||||||
# content_browser.gypi:
|
# content_browser.gypi:
|
||||||
'-lbsm',
|
'-lbsm',
|
||||||
# content_common.gypi:
|
# content_common.gypi:
|
||||||
|
|
Loading…
Reference in a new issue