mirror of
https://github.com/ONLYOFFICE/core.git
synced 2026-04-07 13:55:33 +08:00
Fix 3rdparty building
This commit is contained in:
@ -26,7 +26,7 @@ if not "%BUILD_PLATFORM%"=="%BUILD_PLATFORM:xp=%" (
|
||||
cd %~dp0
|
||||
)
|
||||
|
||||
exit
|
||||
exit /b 0
|
||||
|
||||
:error
|
||||
echo "Failed with error #%errorlevel%."
|
||||
|
||||
@ -63,7 +63,7 @@ if not exist "win_64" (
|
||||
XCOPY /Y "v8\build\Debug\icudt.dll" "win_64\debug\"
|
||||
)
|
||||
|
||||
exit
|
||||
exit /b 0
|
||||
|
||||
:error
|
||||
echo "Failed with error #%errorlevel%."
|
||||
|
||||
Reference in New Issue
Block a user