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 362f677 commit c9428e6Copy full SHA for c9428e6
binding.gyp
@@ -11,7 +11,7 @@
11
["OS=='mac'", {
12
'variables': {
13
'clang_version':
14
- '<!(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,})/\')'
15
},
16
'xcode_settings': {
17
'MACOSX_DEPLOYMENT_TARGET': '10.7'
0 commit comments