Merge pull request #153 from atom/xcode-7
Don't reference the bsm dylib directly.
This commit is contained in:
commit
343cbea8a7
1 changed files with 1 additions and 1 deletions
|
@ -153,7 +153,7 @@
|
||||||
'$(SDKROOT)/System/Library/Frameworks/CoreFoundation.framework',
|
'$(SDKROOT)/System/Library/Frameworks/CoreFoundation.framework',
|
||||||
'$(SDKROOT)/System/Library/Frameworks/IOKit.framework',
|
'$(SDKROOT)/System/Library/Frameworks/IOKit.framework',
|
||||||
# content_browser.gypi:
|
# content_browser.gypi:
|
||||||
'$(SDKROOT)/usr/lib/libbsm.dylib',
|
'-lbsm',
|
||||||
# bluetooth.gyp:
|
# bluetooth.gyp:
|
||||||
'$(SDKROOT)/System/Library/Frameworks/IOBluetooth.framework',
|
'$(SDKROOT)/System/Library/Frameworks/IOBluetooth.framework',
|
||||||
],
|
],
|
||||||
|
|
Loading…
Reference in a new issue