Skip to content

Commit 2a523c8

Browse files
committed
fix quoting for Windows compile
1 parent 6d4a707 commit 2a523c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

binding.gyp

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
'sources': ['src/binding.cc'],
66
'include_dirs': [
77
'<!@(pg_config --includedir)',
8-
'<!(node -e \'require("nan")\')'
8+
'<!(node -e "require(\'nan\')")'
99
],
1010
'conditions' : [
1111
['OS=="win"', {

0 commit comments

Comments
 (0)