mirror of
https://github.com/openwrt/packages.git
synced 2025-12-23 21:04:33 +04: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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user