Update build_tc.sh

This commit is contained in:
Daniel Stankewitz 2018-07-16 18:32:20 +02:00 committed by GitHub
parent b9902347f8
commit 0ffa4914fa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -31,6 +31,7 @@ if [ "$STEP" == "opus" ]; then
./autogen.sh ./autogen.sh
./configure --prefix=$BUILD ./configure --prefix=$BUILD
cd win32/VS2015 cd win32/VS2015
devenv.exe /Upgrade opus.sln
MSBuild.exe /maxcpucount:$CPU_CORES /property:Configuration="$MSBUILD_CONFIG" /property:Platform=x64 opus.vcxproj MSBuild.exe /maxcpucount:$CPU_CORES /property:Configuration="$MSBUILD_CONFIG" /property:Platform=x64 opus.vcxproj