mas: Do not link with QTKit for mas build
This commit is contained in:
parent
51335934c1
commit
b47076231c
2 changed files with 7 additions and 1 deletions
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
|
@ -1 +1 @@
|
|||
Subproject commit d5ca8556a65e37575fc39e2b394fa62401b996c5
|
||||
Subproject commit fe2dd437c9ef7877bf9d454db8ae401965cd7cb0
|
Loading…
Add table
Add a link
Reference in a new issue