File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -288,10 +288,11 @@ CD /D %DOWNLOADS_DIR%
288
288
:BUILD_ICU
289
289
TITLE Building icu...
290
290
CD /D %DOWNLOADS_DIR%
291
- wget --no-check-certificate -c http://download.icu-project.org/files/icu4c/56.1/icu4c-56_1-src.zip -O icu4c-56_1-src.zip
291
+ rem wget --no-check-certificate -c http://download.icu-project.org/files/icu4c/56.1/icu4c-56_1-src.zip -O icu4c-56_1-src.zip
292
+ wget --no-check-certificate -c https://github.com/unicode-org/icu/releases/download/release-56-2/icu4c-56_2-src.zip -O icu4c-56_2-src.zip
292
293
rm -rf %DEPENDENCIES_BIN_DIR% \icu %DEPENDENCIES_SRC_DIR% \icu
293
294
MKDIR %DEPENDENCIES_BIN_DIR% \icu
294
- 7z x icu4c-56_1 -src.zip -o%DEPENDENCIES_SRC_DIR% -y
295
+ 7z x icu4c-56_2 -src.zip -o%DEPENDENCIES_SRC_DIR% -y
295
296
CD /D %DEPENDENCIES_SRC_DIR% \icu
296
297
msbuild source\allinone\allinone.sln /m /p:Configuration=" Release" /p:Platform=%Platform% /p:PlatformToolset=%PlatformToolset% || GOTO :ERROR
297
298
IF %ARCH% == X64 (
You can’t perform that action at this time.
0 commit comments