Fix inclusion of UCRT runtime libraries.

This commit is contained in:
LoRd_MuldeR 2016-12-23 22:35:12 +01:00
parent a39592ff8a
commit 96a62e7ac1

View File

@ -114,7 +114,7 @@ if "%LAMEXP_REDIST%"=="1" (
)
copy "%PATH_MSCDIR%\VC\redist\x86\Microsoft.VC%PATH_VCTOOL%.CRT\*.dll" "%TMP_PATH%"
if %PATH_VCTOOL% GEQ 140 (
copy "%PATH_WINSDK%\Redist\ucrt\DLLs\x86\*.dll" "%TMP_PATH%"
copy "%~dp0\..\..\..\Prerequisites\MSVC\redist\ucrt\DLLs\x86\*.dll" "%TMP_PATH%"
)
)