diff options
Diffstat (limited to 'icu/makefile.mk')
-rw-r--r-- | icu/makefile.mk | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/icu/makefile.mk b/icu/makefile.mk index 01695cce18ea..5066ef0a17b7 100644 --- a/icu/makefile.mk +++ b/icu/makefile.mk @@ -77,6 +77,8 @@ EXTRA_CDEFS+=-DU_HAVE_GCC_ATOMICS=1 EXTRA_CDEFS+=-DU_HAVE_GCC_ATOMICS=0 .ENDIF +CONFIGURE_ACTION=unzip $(TARFILE_LOCATION)/$(ICU_DATA_SUBSET_ZIP) && mv icudt49l.dat data/in && + .IF "$(GUI)"=="UNX" .IF "$(SYSBASE)"!="" @@ -276,7 +278,7 @@ OUT2BIN= \ .ELSE BUILD_DIR=source -CONFIGURE_ACTION=bash ./runConfigureICU Cygwin/MSVC +CONFIGURE_ACTION+=bash ./runConfigureICU Cygwin/MSVC BUILD_ACTION=$(GNUMAKE) -j$(EXTMAXPROCESS) OUT2LIB= \ |