Skip to content

Commit 1e91fa5

Browse files
committed
Merge pull request #486 from rvagg/windows-fix
fix quoting for Windows compile
2 parents 6d4a707 + 2a523c8 commit 1e91fa5

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)