Browse Source
icu: use our own python3 for host-compilation
Signed-off-by: Alexander Ryzhov <github@ryzhov-al.ru>
lilik-openwrt-22.03
Alexander Ryzhov
5 years ago
No known key found for this signature in database
GPG Key ID: 668EC7CA19147A4E
1 changed files with
1 additions and
0 deletions
-
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 |
|
|
|