We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 83aa1f7 commit f11b73dCopy full SHA for f11b73d
Makefile
@@ -127,6 +127,7 @@ test-valgrind: all
127
128
test/gc/node_modules/weak/build/Release/weakref.node: $(NODE_EXE)
129
$(NODE) deps/npm/node_modules/node-gyp/bin/node-gyp rebuild \
130
+ --python="$(PYTHON)" \
131
--directory="$(shell pwd)/test/gc/node_modules/weak" \
132
--nodedir="$(shell pwd)"
133
@@ -149,6 +150,7 @@ test/addons/.buildstamp: $(ADDONS_BINDING_GYPS) \
149
150
# embedded addons have been generated from the documentation.
151
for dirname in test/addons/*/; do \
152
153
154
--directory="$$PWD/$$dirname" \
155
--nodedir="$$PWD" || exit 1 ; \
156
done
0 commit comments