Commit f37d9a50 by Marcin Cieślak

xcode_settings are for mac only

No need to wrap the section in a conditional
parent 36769d79
...@@ -24,6 +24,14 @@ ...@@ -24,6 +24,14 @@
'SetChecksum': 'true' 'SetChecksum': 'true'
} }
}, },
'xcode_settings': {
'OTHER_CPLUSPLUSFLAGS': [
'-std=c++11'
],
'OTHER_LDFLAGS': [],
'GCC_ENABLE_CPP_EXCEPTIONS': 'NO',
'MACOSX_DEPLOYMENT_TARGET': '10.7'
},
'include_dirs': [ 'include_dirs': [
'<!(node -e "require(\'nan\')")', '<!(node -e "require(\'nan\')")',
], ],
...@@ -59,16 +67,6 @@ ...@@ -59,16 +67,6 @@
], ],
} }
}], }],
['OS=="mac"', {
'xcode_settings': {
'OTHER_CPLUSPLUSFLAGS': [
'-std=c++11'
],
'OTHER_LDFLAGS': [],
'GCC_ENABLE_CPP_EXCEPTIONS': 'NO',
'MACOSX_DEPLOYMENT_TARGET': '10.7'
}
}],
['OS=="win" and MSVS_VERSION == "2015"', { ['OS=="win" and MSVS_VERSION == "2015"', {
'msvs_settings': { 'msvs_settings': {
'VCCLCompilerTool': { 'VCCLCompilerTool': {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment