Run gyp with CFG_PYTHON which is python < 3
This is required for systems where /usr/bin/python is actually python 3
This commit is contained in:
parent
124eb2119c
commit
75afcffc2f
1 changed files with 1 additions and 1 deletions
2
mk/rt.mk
2
mk/rt.mk
|
@ -178,7 +178,7 @@ export PYTHONPATH := $(PYTHONPATH):$$(S)src/gyp/pylib
|
|||
|
||||
$$(LIBUV_MAKEFILE_$(1)_$(2)):
|
||||
(cd $(S)src/libuv/ && \
|
||||
./gyp_uv -f make -Dtarget_arch=$$(LIBUV_ARCH_$(1)) -D ninja \
|
||||
$$(CFG_PYTHON) ./gyp_uv -f make -Dtarget_arch=$$(LIBUV_ARCH_$(1)) -D ninja \
|
||||
-Goutput_dir=$$(@D) --generator-output $$(@D))
|
||||
|
||||
# XXX: Shouldn't need platform-specific conditions here
|
||||
|
|
Loading…
Add table
Reference in a new issue