From 9b2f503362665713103a2fc889348eb8b763f479 Mon Sep 17 00:00:00 2001 From: Daniel Stankewitz Date: Mon, 16 Jul 2018 19:02:27 +0200 Subject: [PATCH] Update build_tc.sh --- build_tc.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build_tc.sh b/build_tc.sh index 8641df4..3cf598b 100644 --- a/build_tc.sh +++ b/build_tc.sh @@ -31,8 +31,8 @@ if [ "$STEP" == "opus" ]; then ./autogen.sh ./configure --prefix=$BUILD cd win32/VS2015 - echo Converting project file ... - devenv.exe /Upgrade opus.vcxproj + echo \nConverting project file ... + sed -i 's/v140/v141/g' opus.vcxproj echo Building project 'opus' ... MSBuild.exe /maxcpucount:$CPU_CORES /property:Configuration="$MSBUILD_CONFIG" /property:Platform=x64 opus.vcxproj echo Done.