Merge pull request #10147 from ryzhovau/icu_python

icu: use our own python3 for host-compilation
This commit is contained in:
Rosen Penev 2019-10-04 09:49:18 -07:00 committed by GitHub
commit e98d0dd49e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View 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