From e54d296a534d243ce0ceb17650e27a3f85373538 Mon Sep 17 00:00:00 2001 From: Alexandru Ardelean Date: Fri, 28 Oct 2016 19:40:37 +0300 Subject: [PATCH] python,python3: include host-build.mk in python-host.mk & python3-package.mk Signed-off-by: Alexandru Ardelean --- lang/python/files/python-host.mk | 3 +++ lang/python3/files/python3-package.mk | 3 +++ 2 files changed, 6 insertions(+) diff --git a/lang/python/files/python-host.mk b/lang/python/files/python-host.mk index 080704bbaa..5b74d10061 100644 --- 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 index d2697d9d4b..3f8e24e5ca 100644 --- 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 -- 2.30.2