Update build_tc.sh
This commit is contained in:
parent
9b2f503362
commit
56de94bfa7
@ -36,7 +36,8 @@ if [ "$STEP" == "opus" ]; then
|
|||||||
echo Building project 'opus' ...
|
echo Building project 'opus' ...
|
||||||
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
|
||||||
echo Done.
|
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
|
elif [ "$STEP" == "libfdk-aac" ]; then
|
||||||
compile fdk-aac "--disable-static --disable-shared"
|
compile fdk-aac "--disable-static --disable-shared"
|
||||||
elif [ "$STEP" == "lame" ]; then
|
elif [ "$STEP" == "lame" ]; then
|
||||||
|
Loading…
x
Reference in New Issue
Block a user