icu: use our own python3 for host-compilation 10147/head
authorAlexander Ryzhov <github@ryzhov-al.ru>
Fri, 4 Oct 2019 13:36:47 +0000 (16:36 +0300)
committerAlexander Ryzhov <github@ryzhov-al.ru>
Fri, 4 Oct 2019 13:36:47 +0000 (16:36 +0300)
Signed-off-by: Alexander Ryzhov <github@ryzhov-al.ru>
libs/icu/Makefile

index e7ca37bf54c1ee680abf32a43c7bbc52bcfe1c0f..cca2b65d851dcded26e13ac6ed2a70073cd2f870 100644 (file)
@@ -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