Update build_tc.sh
This commit is contained in:
parent
0928facaee
commit
f3f5b20d9b
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user