Only define mac_framework_dirs on Mac
This commit is contained in:
parent
8de9c75caf
commit
b3c76f3904
1 changed files with 6 additions and 2 deletions
8
atom.gyp
8
atom.gyp
|
@ -15,8 +15,12 @@
|
|||
'ATOM_PRODUCT_NAME="<(product_name)"',
|
||||
'ATOM_PROJECT_NAME="<(project_name)"',
|
||||
],
|
||||
'mac_framework_dirs': [
|
||||
'<(source_root)/external_binaries',
|
||||
'conditions': [
|
||||
['OS=="mac"', {
|
||||
'mac_framework_dirs': [
|
||||
'<(source_root)/external_binaries',
|
||||
],
|
||||
}],
|
||||
],
|
||||
},
|
||||
'targets': [
|
||||
|
|
Loading…
Reference in a new issue