Skip to content

Commit d1cde0b

Browse files
committed
Replace usage of icu.exe by icu_windows.zip.
1 parent 2090a34 commit d1cde0b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

builds/win32/make_icu.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
:: MAIN
99

1010
@echo Extracting pre-built ICU
11-
%FB_ROOT_PATH%\extern\icu\icu.exe -y > make_icu_%FB_TARGET_PLATFORM%.log 2>&1
11+
unzip -o %FB_ROOT_PATH%\extern\icu\icu_windows.zip -d %FB_ROOT_PATH%\extern\icu
1212
unzip -o %FB_ROOT_PATH%\extern\icu\icudt.zip -d %FB_ROOT_PATH%\extern\icu
1313
if errorlevel 1 call :ERROR build failed - see make_icu_%FB_TARGET_PLATFORM%.log for details
1414

0 commit comments

Comments
 (0)