We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e05b485 commit b576312Copy full SHA for b576312
1 file changed
contrib/depends/packages/icu4c.mk
@@ -15,10 +15,10 @@ define $(package)_config_cmds
15
mkdir buildb &&\
16
cd builda &&\
17
sh ../source/runConfigureICU Linux &&\
18
- make &&\
+ TARGET= make &&\
19
cd ../buildb &&\
20
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 &&\
21
- $(MAKE) -j$(NUM_CORES) $($(package)_build_opts)
+ TARGET= $(MAKE) -j$(NUM_CORES) $($(package)_build_opts)
22
endef
23
24
define $(package)_stage_cmds
0 commit comments