Skip to content

Commit 0049139

Browse files
avivkellerRafaelGSS
authored andcommitted
build: define python when generating out/Makefile
PR-URL: #57970 Refs: #48462 Reviewed-By: LiviaMedeiros <[email protected]> Reviewed-By: Luigi Pinca <[email protected]>
1 parent cfb39b9 commit 0049139

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@ out/Makefile: config.gypi common.gypi node.gyp \
175175
tools/v8_gypfiles/toolchain.gypi \
176176
tools/v8_gypfiles/features.gypi \
177177
tools/v8_gypfiles/inspector.gypi tools/v8_gypfiles/v8.gyp
178-
$(PYTHON) tools/gyp_node.py -f make
178+
$(PYTHON) tools/gyp_node.py -f make -Dpython=$(PYTHON)
179179

180180
# node_version.h is listed because the N-API version is taken from there
181181
# and included in config.gypi

0 commit comments

Comments
 (0)