Merge pull request #525 from commodo/python-env-launcher
python: add __PYENV_LAUNCHER__ env var
This commit is contained in:
commit
52f72ea696
1 changed files with 1 additions and 0 deletions
|
@ -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) \
|
||||
|
|
Loading…
Reference in a new issue