Only define mac_framework_dirs on Mac

This commit is contained in:
Cheng Zhao 2015-07-03 09:49:55 +08:00
parent 8de9c75caf
commit b3c76f3904

View file

@ -15,9 +15,13 @@
'ATOM_PRODUCT_NAME="<(product_name)"', 'ATOM_PRODUCT_NAME="<(product_name)"',
'ATOM_PROJECT_NAME="<(project_name)"', 'ATOM_PROJECT_NAME="<(project_name)"',
], ],
'conditions': [
['OS=="mac"', {
'mac_framework_dirs': [ 'mac_framework_dirs': [
'<(source_root)/external_binaries', '<(source_root)/external_binaries',
], ],
}],
],
}, },
'targets': [ 'targets': [
{ {