| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent e644967 commit e11df99
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -123,6 +123,7 @@ test-valgrind: all | |||
| 123 | 123 | ||
| 124 | 124 | test/gc/node_modules/weak/build/Release/weakref.node: $(NODE_EXE) | |
| 125 | 125 | $(NODE) deps/npm/node_modules/node-gyp/bin/node-gyp rebuild \ | |
| 126 | + --python="$(PYTHON)" \ | ||
| 126 | 127 | --directory="$(shell pwd)/test/gc/node_modules/weak" \ | |
| 127 | 128 | --nodedir="$(shell pwd)" | |
| 128 | 129 | ||
@@ -142,6 +143,7 @@ test/addons/.buildstamp: $(ADDONS_BINDING_GYPS) | test/addons/.docbuildstamp | |||
| 142 | 143 | # embedded addons have been generated from the documentation. | |
| 143 | 144 | for dirname in test/addons/*/; do \ | |
| 144 | 145 | $(NODE) deps/npm/node_modules/node-gyp/bin/node-gyp rebuild \ | |
| 146 | + --python="$(PYTHON)" \ | ||
| 145 | 147 | --directory="$$PWD/$$dirname" \ | |
| 146 | 148 | --nodedir="$$PWD"; \ | |
| 147 | 149 | done | |
| Back | FazBrowse Home | New Git URL |
0 commit comments