Update build_tc.sh
This commit is contained in:
parent
0928facaee
commit
f3f5b20d9b
@ -16,6 +16,10 @@ else
|
|||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
if [ ! -d "$BUILD" ]; then
|
||||||
|
mkdir $BUILD
|
||||||
|
fi
|
||||||
|
|
||||||
function compile {
|
function compile {
|
||||||
cd $SRC/$1
|
cd $SRC/$1
|
||||||
if [ -f autogen.sh ]; then
|
if [ -f autogen.sh ]; then
|
||||||
|
Loading…
x
Reference in New Issue
Block a user