1
0
mirror of https://git.openwrt.org/feed/packages.git synced 2024-06-16 20:33:58 +02:00

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

Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
This commit is contained in:
Alexandru Ardelean 2016-10-28 19:40:37 +03:00
parent 066b6319c9
commit e54d296a53
2 changed files with 6 additions and 0 deletions

View File

@ -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)

View File

@ -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