Commit ddb0a607 by Andrew Nesbitt

Merge pull request #195 from rvagg/windows-fix

Fix binding.gyp / NAN quoting for Windows build
parents b8a68a93 bb2ec6ec
...@@ -29,7 +29,7 @@ ...@@ -29,7 +29,7 @@
'libsass/units.cpp' 'libsass/units.cpp'
], ],
'include_dirs': [ 'include_dirs': [
'<!(node -e \'require("nan")\')' '<!(node -e "require(\'nan\')")'
], ],
'cflags!' : [ '-fno-exceptions' ], 'cflags!' : [ '-fno-exceptions' ],
'cflags_cc!': [ '-fno-exceptions' ], 'cflags_cc!': [ '-fno-exceptions' ],
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment