Update build_tc.sh

This commit is contained in:
Daniel Stankewitz 2018-12-07 08:11:01 +01:00 committed by GitHub
parent 0928facaee
commit f3f5b20d9b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -16,6 +16,10 @@ else
exit 1
fi
if [ ! -d "$BUILD" ]; then
mkdir $BUILD
fi
function compile {
cd $SRC/$1
if [ -f autogen.sh ]; then