projects
/
feed
/
packages.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1d4a09e
)
icu: use our own python3 for host-compilation
10147/head
author
Alexander Ryzhov
<github@ryzhov-al.ru>
Fri, 4 Oct 2019 13:36:47 +0000
(16:36 +0300)
committer
Alexander 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
patch
|
blob
|
history
diff --git
a/libs/icu/Makefile
b/libs/icu/Makefile
index e7ca37bf54c1ee680abf32a43c7bbc52bcfe1c0f..cca2b65d851dcded26e13ac6ed2a70073cd2f870 100644
(file)
--- 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