[Pkg-javascript-commits] [node-expat] 229/371: fix quoting for Windows compile
Jonas Smedegaard
dr at jones.dk
Sun Feb 28 10:00:09 UTC 2016
This is an automated email from the git hooks/post-receive script.
js pushed a commit to branch master
in repository node-expat.
commit ef94b88ea281b9123866ea93f9de318bef0cb327
Author: Rod Vagg <rod at vagg.org>
Date: Thu Dec 19 10:28:14 2013 +1100
fix quoting for Windows compile
---
binding.gyp | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/binding.gyp b/binding.gyp
index 8efae12..2073fe3 100644
--- a/binding.gyp
+++ b/binding.gyp
@@ -4,7 +4,7 @@
'target_name': 'node_expat',
'sources': [ 'node-expat.cc' ],
'include_dirs': [
- '<!(node -e \'require("nan")\')'
+ '<!(node -e "require(\'nan\')")'
],
'dependencies': [
'deps/libexpat/libexpat.gyp:expat'
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/node-expat.git
More information about the Pkg-javascript-commits
mailing list