From: Alexandru Ardelean Date: Tue, 4 Nov 2014 21:03:50 +0000 (+0200) Subject: python: add HOST_PYTHON_LIB_DIR variable to python-package.mk X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=283b3597b7f04062e1ad74485af005f14e8eb555;p=openwrt-packages.git python: add HOST_PYTHON_LIB_DIR variable to python-package.mk Signed-off-by: Alexandru Ardelean --- diff --git a/lang/python/files/python-package.mk b/lang/python/files/python-package.mk index ecf48d1e3..9e48ffc61 100644 --- a/lang/python/files/python-package.mk +++ b/lang/python/files/python-package.mk @@ -17,6 +17,7 @@ PYTHON_PKG_DIR:=/usr/lib/python$(PYTHON_VERSION)/site-packages PYTHON:=python$(PYTHON_VERSION) +HOST_PYTHON_LIB_DIR:=$(STAGING_DIR_HOST)/lib/python$(PYTHON_VERSION) HOST_PYTHON_BIN:=$(STAGING_DIR_HOST)/bin/python2 define HostPython