Skip to content

Commit 40a800e

Browse files
committed
[build] Fix invalid escape sequence
1 parent 4f2e1fa commit 40a800e

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
@@ -14,7 +14,7 @@
1414
["OS=='mac'", {
1515
'variables': {
1616
'clang_version':
17-
'<!(cc -v 2>&1 | perl -ne \'print $1 if /clang version ([0-9]+(\.[0-9]+){2,})/\')'
17+
'<!(cc -v 2>&1 | perl -ne \'print $1 if /clang version ([0-9]+(\\.[0-9]+){2,})/\')'
1818
},
1919
'xcode_settings': {
2020
'MACOSX_DEPLOYMENT_TARGET': '10.7'

0 commit comments

Comments
 (0)