Merge pull request #525 from commodo/python-env-launcher

python: add __PYENV_LAUNCHER__ env var
This commit is contained in:
sbyx 2014-11-09 21:12:14 +01:00
commit 52f72ea696

View file

@ -89,6 +89,7 @@ define Build/Compile/PyMod
CPPFLAGS="$(TARGET_CPPFLAGS) -I$(PYTHON_INC_DIR)" \
LDFLAGS="$(TARGET_LDFLAGS) -lpython$(PYTHON_VERSION)" \
_PYTHON_HOST_PLATFORM="linux-$(ARCH)" \
__PYVENV_LAUNCHER__="/usr/bin/$(PYTHON)" \
$(3) \
, \
./setup.py $(2) \