From 2b8ae2daeb48ff76d6aa67e3a235510a95384ca6 Mon Sep 17 00:00:00 2001 From: Daniel Stankewitz Date: Fri, 31 May 2019 11:07:15 +0200 Subject: [PATCH] Update build_tc.sh --- build_tc.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build_tc.sh b/build_tc.sh index c11c294..ca55b25 100644 --- a/build_tc.sh +++ b/build_tc.sh @@ -55,7 +55,7 @@ elif [ "$STEP" == "zimg" ]; then ./autogen.sh ./configure --prefix=$BUILD cd _msvc/zimg - MSBuild.exe /maxcpucount:$CPU_CORES /property:Configuration="$MSBUILD_CONFIG" /property:PlatformToolset=v141 /property:Platform=x64 /property:WholeProgramOptimization=false zimg.vcxproj + MSBuild.exe /maxcpucount:$CPU_CORES /property:Configuration="$MSBUILD_CONFIG" /property:WindowsTargetPlatformVersion=10.0.17134.0 /property:PlatformToolset=v141 /property:Platform=x64 /property:WholeProgramOptimization=false zimg.vcxproj cp x64/$MSBUILD_CONFIG/z.lib $BUILD/lib/zimg.lib cd ../.. cp src/zimg/api/zimg.h $BUILD/include/zimg.h