From 19b07c6642541647aace972d52c8dc761712bda6 Mon Sep 17 00:00:00 2001 From: Alexander Ryzhov Date: Fri, 4 Oct 2019 16:36:47 +0300 Subject: [PATCH] icu: use our own python3 for host-compilation Signed-off-by: Alexander Ryzhov --- libs/icu/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/libs/icu/Makefile b/libs/icu/Makefile index e7ca37bf54..cca2b65d85 100644 --- a/libs/icu/Makefile +++ b/libs/icu/Makefile @@ -28,6 +28,7 @@ PKG_BUILD_PARALLEL:=1 PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-$(PKG_VERSION) PKG_BUILD_DEPENDS:=icu/host +HOST_BUILD_DEPENDS:=python3/host include $(INCLUDE_DIR)/package.mk include $(INCLUDE_DIR)/host-build.mk -- 2.30.2