Skip to content

Commit c9428e6

Browse files
committed
[build] Fix invalid escape sequence
1 parent 362f677 commit c9428e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

binding.gyp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
["OS=='mac'", {
1212
'variables': {
1313
'clang_version':
14-
'<!(cc -v 2>&1 | perl -ne \'print $1 if /clang version ([0-9]+(\.[0-9]+){2,})/\')'
14+
'<!(cc -v 2>&1 | perl -ne \'print $1 if /clang version ([0-9]+(\\.[0-9]+){2,})/\')'
1515
},
1616
'xcode_settings': {
1717
'MACOSX_DEPLOYMENT_TARGET': '10.7'

0 commit comments

Comments
 (0)