Skip to content

Commit

Permalink
[build] Fix invalid escape sequence
Browse files Browse the repository at this point in the history
  • Loading branch information
lpinca committed Oct 28, 2024
1 parent 4f2e1fa commit 40a800e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion binding.gyp
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
["OS=='mac'", {
'variables': {
'clang_version':
'<!(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,})/\')'
},
'xcode_settings': {
'MACOSX_DEPLOYMENT_TARGET': '10.7'
Expand Down

0 comments on commit 40a800e

Please sign in to comment.