Commit bb2ec6ec by Rod Vagg

fix quoting for Windows build

parent b8a68a93
...@@ -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