lede-packages-rs

git clone git://archive.git.mtrnord.blog/MTRNord/lede-packages-rs.git
Log | Files | Refs | README | LICENSE

commit e54d296a534d243ce0ceb17650e27a3f85373538
parent 066b6319c9fc852256514cbecffbbc2c53bb25ca
Author: Alexandru Ardelean <ardeleanalex@gmail.com>
Date:   Fri, 28 Oct 2016 19:40:37 +0300

python,python3: include host-build.mk in python-host.mk & python3-package.mk

Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>

Diffstat:
Mlang/python/files/python-host.mk | 3+++
Mlang/python3/files/python3-package.mk | 3+++
2 files changed, 6 insertions(+), 0 deletions(-)

diff --git a/lang/python/files/python-host.mk b/lang/python/files/python-host.mk @@ -5,6 +5,9 @@ # See /LICENSE for more information. # +# For HOST_BUILD_PREFIX +include $(INCLUDE_DIR)/host-build.mk + HOST_PYTHON_DIR:=$(HOST_BUILD_PREFIX) HOST_PYTHON_INC_DIR:=$(HOST_PYTHON_DIR)/include/python$(PYTHON_VERSION) HOST_PYTHON_LIB_DIR:=$(HOST_PYTHON_DIR)/lib/python$(PYTHON_VERSION) diff --git a/lang/python3/files/python3-package.mk b/lang/python3/files/python3-package.mk @@ -5,6 +5,9 @@ # See /LICENSE for more information. # +# For HOST_BUILD_PREFIX +include $(INCLUDE_DIR)/host-build.mk + PYTHON3_VERSION_MAJOR:=3 PYTHON3_VERSION_MINOR:=5 PYTHON3_VERSION_MICRO:=2