Update build_tc.sh

This commit is contained in:
Daniel Stankewitz 2018-07-01 18:14:43 +02:00 committed by GitHub
parent 22d0c61e11
commit 6cb076088d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -30,6 +30,7 @@ if [ "$STEP" == "libfdk-aac" ]; then
./autogen.sh
compile fdk-aac "--disable-static --disable-shared"
elif [ "$STEP" == "release" ]; then
echo 2222
else
echo "Unknown build step!"
exit 1