We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 124eb21 commit 75afcffCopy full SHA for 75afcff
mk/rt.mk
@@ -178,7 +178,7 @@ export PYTHONPATH := $(PYTHONPATH):$$(S)src/gyp/pylib
178
179
$$(LIBUV_MAKEFILE_$(1)_$(2)):
180
(cd $(S)src/libuv/ && \
181
- ./gyp_uv -f make -Dtarget_arch=$$(LIBUV_ARCH_$(1)) -D ninja \
+ $$(CFG_PYTHON) ./gyp_uv -f make -Dtarget_arch=$$(LIBUV_ARCH_$(1)) -D ninja \
182
-Goutput_dir=$$(@D) --generator-output $$(@D))
183
184
# XXX: Shouldn't need platform-specific conditions here
0 commit comments