fix: icu4c.mk builds with TARGET= set by compiler
This commit is contained in:
committed by
Some Random Crypto Guy
parent
04ec60d6df
commit
8f10e7748f
@@ -15,10 +15,10 @@ define $(package)_config_cmds
|
|||||||
mkdir buildb &&\
|
mkdir buildb &&\
|
||||||
cd builda &&\
|
cd builda &&\
|
||||||
sh ../source/runConfigureICU Linux &&\
|
sh ../source/runConfigureICU Linux &&\
|
||||||
make &&\
|
TARGET= make &&\
|
||||||
cd ../buildb &&\
|
cd ../buildb &&\
|
||||||
sh ../source/runConfigureICU MinGW --enable-static=yes --disable-shared --disable-layout --disable-layoutex --disable-tests --disable-samples --prefix=$(host_prefix) --with-cross-build=`pwd`/../builda &&\
|
sh ../source/runConfigureICU MinGW --enable-static=yes --disable-shared --disable-layout --disable-layoutex --disable-tests --disable-samples --prefix=$(host_prefix) --with-cross-build=`pwd`/../builda &&\
|
||||||
$(MAKE) -j$(NUM_CORES) $($(package)_build_opts)
|
TARGET= $(MAKE) -j$(NUM_CORES) $($(package)_build_opts)
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define $(package)_stage_cmds
|
define $(package)_stage_cmds
|
||||||
|
|||||||
Reference in New Issue
Block a user