mirror of
https://github.com/electron/electron.git
synced 2026-01-10 07:58:08 -05:00
mas: Do not link with QTKit for mas build
This commit is contained in:
6
atom.gyp
6
atom.gyp
@@ -301,6 +301,12 @@
|
||||
'vendor/crashpad/client/client.gyp:crashpad_client',
|
||||
'vendor/crashpad/handler/handler.gyp:crashpad_handler',
|
||||
],
|
||||
'link_settings': {
|
||||
# Do not link with QTKit for mas build.
|
||||
'libraries': [
|
||||
'$(SDKROOT)/System/Library/Frameworks/QTKit.framework',
|
||||
],
|
||||
},
|
||||
}], # OS=="mac" and mas_build==0
|
||||
['OS=="mac" and mas_build==1', {
|
||||
'defines': [
|
||||
|
||||
2
vendor/brightray
vendored
2
vendor/brightray
vendored
Submodule vendor/brightray updated: d5ca8556a6...fe2dd437c9
Reference in New Issue
Block a user