[Pkg-javascript-commits] [node-expat] 93/371: Fix for Node.js 0.6.0: Build seems to be now in Release instead of default

Jonas Smedegaard dr at jones.dk
Sun Feb 28 09:59:48 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 1ec3d3a1c7b8b664c7d5a0455e23e4185eb3bf23
Author: Michael Weibel <spam at openflex.net>
Date:   Mon Nov 7 10:35:37 2011 +0100

    Fix for Node.js 0.6.0: Build seems to be now in Release instead of default
---
 lib/node-expat.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/node-expat.js b/lib/node-expat.js
index cd7f91a..6eef0da 100644
--- a/lib/node-expat.js
+++ b/lib/node-expat.js
@@ -1,6 +1,6 @@
 var EventEmitter = require('events').EventEmitter;
 var util = require('util');
-var expat = require('../build/default/node-expat');
+var expat = require('../build/Release/node-expat');
 
 /**
  * Simple wrapper because EventEmitter has turned pure-JS as of node

-- 
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