We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see ourdocumentation.
There was an error while loading.Please reload this page.
1 parentdb3bc70 commitd0c3e4dCopy full SHA for d0c3e4d
build/helpers/dependencies.cmd
@@ -288,10 +288,11 @@ CD /D %DOWNLOADS_DIR%
288
:BUILD_ICU
289
TITLE Building icu...
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
+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
293
rm -rf%DEPENDENCIES_BIN_DIR%\icu%DEPENDENCIES_SRC_DIR%\icu
294
MKDIR%DEPENDENCIES_BIN_DIR%\icu
-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
296
CD /D%DEPENDENCIES_SRC_DIR%\icu
297
msbuild source\allinone\allinone.sln /m /p:Configuration="Release" /p:Platform=%Platform% /p:PlatformToolset=%PlatformToolset%||GOTO :ERROR
298
IF%ARCH%== X64 (