From c69d7f1a6cbec87b2ef2fa3b5de6d8db05858d2d Mon Sep 17 00:00:00 2001 From: Nathan Rajlich Date: Sun, 27 May 2012 00:47:40 -0700 Subject: test: make the node-weak install build agaist this repo This prevents node-gyp from attempting to download dev header files from nodejs.org. Instead, the files in this repo will be used to build the module. --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index a80da5141..5cb6753dd 100644 --- a/Makefile +++ b/Makefile @@ -65,6 +65,7 @@ node_modules/weak: @if [ ! -f node ]; then make all; fi @if [ ! -d node_modules ]; then mkdir -p node_modules; fi ./node deps/npm/bin/npm-cli.js install weak \ + --nodedir="$(shell pwd)" \ --prefix="$(shell pwd)" --unsafe-perm # go ahead and run as root. test-gc: all node_modules/weak -- cgit v1.2.1