diff options
author | Rosen Penev <rosenp@gmail.com> | 2019-10-04 09:49:18 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-10-04 09:49:18 -0700 |
commit | e98d0dd49e4469984a820ed70cea775dce10101a (patch) | |
tree | e3aba3f422c48648e39d925475c19921c735d4b9 | |
parent | f0950804bf612be0ed294fc6e4f646b08eef2ee6 (diff) | |
parent | 19b07c6642541647aace972d52c8dc761712bda6 (diff) |
Merge pull request #10147 from ryzhovau/icu_python
icu: use our own python3 for host-compilation
-rw-r--r-- | libs/icu/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libs/icu/Makefile b/libs/icu/Makefile index e7ca37bf5..cca2b65d8 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 |