mirror of
https://github.com/novatiq/packages.git
synced 2026-04-30 15:38:40 +01:00
python: add HOST_PYTHON_LIB_DIR variable to python-package.mk
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
This commit is contained in:
committed by
Alexandru Ardelean
parent
38a72bab1f
commit
283b3597b7
@@ -17,6 +17,7 @@ PYTHON_PKG_DIR:=/usr/lib/python$(PYTHON_VERSION)/site-packages
|
|||||||
|
|
||||||
PYTHON:=python$(PYTHON_VERSION)
|
PYTHON:=python$(PYTHON_VERSION)
|
||||||
|
|
||||||
|
HOST_PYTHON_LIB_DIR:=$(STAGING_DIR_HOST)/lib/python$(PYTHON_VERSION)
|
||||||
HOST_PYTHON_BIN:=$(STAGING_DIR_HOST)/bin/python2
|
HOST_PYTHON_BIN:=$(STAGING_DIR_HOST)/bin/python2
|
||||||
|
|
||||||
define HostPython
|
define HostPython
|
||||||
|
|||||||
Reference in New Issue
Block a user