mirror of
https://github.com/brianc/node-postgres.git
synced 2025-12-08 20:16:25 +00:00
Merge pull request #486 from rvagg/windows-fix
fix quoting for Windows compile
This commit is contained in:
commit
1e91fa5cab
@ -5,7 +5,7 @@
|
||||
'sources': ['src/binding.cc'],
|
||||
'include_dirs': [
|
||||
'<!@(pg_config --includedir)',
|
||||
'<!(node -e \'require("nan")\')'
|
||||
'<!(node -e "require(\'nan\')")'
|
||||
],
|
||||
'conditions' : [
|
||||
['OS=="win"', {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user