From 577845343f31d6e664944cb802b3e62fec999a40 Mon Sep 17 00:00:00 2001 From: Daniel Stankewitz Date: Mon, 16 Jul 2018 18:41:47 +0200 Subject: [PATCH] Update build_tc.sh --- build_tc.sh | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/build_tc.sh b/build_tc.sh index ef5f07c..8641df4 100644 --- a/build_tc.sh +++ b/build_tc.sh @@ -31,9 +31,11 @@ if [ "$STEP" == "opus" ]; then ./autogen.sh ./configure --prefix=$BUILD cd win32/VS2015 - devenv.exe /Upgrade opus.sln + echo Converting project file ... + devenv.exe /Upgrade opus.vcxproj + echo Building project 'opus' ... MSBuild.exe /maxcpucount:$CPU_CORES /property:Configuration="$MSBUILD_CONFIG" /property:Platform=x64 opus.vcxproj - + echo Done. elif [ "$STEP" == "libfdk-aac" ]; then compile fdk-aac "--disable-static --disable-shared"