Update build_tc.sh

This commit is contained in:
Daniel Stankewitz 2018-07-16 19:11:27 +02:00 committed by GitHub
parent 9b2f503362
commit 56de94bfa7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -36,7 +36,8 @@ if [ "$STEP" == "opus" ]; then
echo Building project 'opus' ...
MSBuild.exe /maxcpucount:$CPU_CORES /property:Configuration="$MSBUILD_CONFIG" /property:Platform=x64 opus.vcxproj
echo Done.
cp x64/$MSBUILD_CONFIG/opus.lib $BUILD/lib/opus.lib
cp -r $SRC/opus/include $BUILD/include/opus
elif [ "$STEP" == "libfdk-aac" ]; then
compile fdk-aac "--disable-static --disable-shared"
elif [ "$STEP" == "lame" ]; then