Skip to content

Commit c712dd2

Browse files
authored
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 6e60ab7 commit c712dd2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

+1-1
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)