diff --git a/build_tc.sh b/build_tc.sh index 02e5fc1..3f52339 100644 --- a/build_tc.sh +++ b/build_tc.sh @@ -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