auto merge of #9041 : alexcrichton/rust/use-python-2, r=thestinger
This is required for systems where /usr/bin/python is actually python 3 I already did this before, but forgot to re-port it once libuv was re-upgraded
This commit is contained in:
commit
82b6ef66c2
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…
Reference in New Issue
Block a user