From 96a62e7ac1a0daabf189f7468484891ac8567fed Mon Sep 17 00:00:00 2001 From: LoRd_MuldeR Date: Fri, 23 Dec 2016 22:35:12 +0100 Subject: [PATCH] Fix inclusion of UCRT runtime libraries. --- etc/Deployment/make.bat | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etc/Deployment/make.bat b/etc/Deployment/make.bat index c2bae69f..56d0e2d1 100644 --- a/etc/Deployment/make.bat +++ b/etc/Deployment/make.bat @@ -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%" ) )