We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4f2e1fa commit 40a800eCopy full SHA for 40a800e
binding.gyp
@@ -14,7 +14,7 @@
14
["OS=='mac'", {
15
'variables': {
16
'clang_version':
17
- '<!(cc -v 2>&1 | perl -ne \'print $1 if /clang version ([0-9]+(\.[0-9]+){2,})/\')'
+ '<!(cc -v 2>&1 | perl -ne \'print $1 if /clang version ([0-9]+(\\.[0-9]+){2,})/\')'
18
},
19
'xcode_settings': {
20
'MACOSX_DEPLOYMENT_TARGET': '10.7'
0 commit comments