From 0ffa4914fa2b999476f70d2f68fc5d69a48fb58c Mon Sep 17 00:00:00 2001 From: Daniel Stankewitz Date: Mon, 16 Jul 2018 18:32:20 +0200 Subject: [PATCH] Update build_tc.sh --- build_tc.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/build_tc.sh b/build_tc.sh index 7f4b2c4..ef5f07c 100644 --- a/build_tc.sh +++ b/build_tc.sh @@ -31,8 +31,9 @@ if [ "$STEP" == "opus" ]; then ./autogen.sh ./configure --prefix=$BUILD cd win32/VS2015 + devenv.exe /Upgrade opus.sln MSBuild.exe /maxcpucount:$CPU_CORES /property:Configuration="$MSBUILD_CONFIG" /property:Platform=x64 opus.vcxproj - + elif [ "$STEP" == "libfdk-aac" ]; then compile fdk-aac "--disable-static --disable-shared"