| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 0c62bd1 commit 3f9d724
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -129,6 +129,7 @@ test-valgrind: all | |||
| 129 | 129 | ||
| 130 | 130 | test/gc/node_modules/weak/build/Release/weakref.node: $(NODE_EXE) | |
| 131 | 131 | $(NODE) deps/npm/node_modules/node-gyp/bin/node-gyp rebuild \ | |
| 132 | + --python="$(PYTHON)" \ | ||
| 132 | 133 | --directory="$(shell pwd)/test/gc/node_modules/weak" \ | |
| 133 | 134 | --nodedir="$(shell pwd)" | |
| 134 | 135 | ||
@@ -151,6 +152,7 @@ test/addons/.buildstamp: $(ADDONS_BINDING_GYPS) \ | |||
| 151 | 152 | # embedded addons have been generated from the documentation. | |
| 152 | 153 | for dirname in test/addons/*/; do \ | |
| 153 | 154 | $(NODE) deps/npm/node_modules/node-gyp/bin/node-gyp rebuild \ | |
| 155 | + --python="$(PYTHON)" \ | ||
| 154 | 156 | --directory="$$PWD/$$dirname" \ | |
| 155 | 157 | --nodedir="$$PWD" || exit 1 ; \ | |
| 156 | 158 | done | |
| Back | FazBrowse Home | New Git URL |
0 commit comments