Update build_tc.sh

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

View File

@ -17,7 +17,7 @@ else
fi
if [ ! -d "$BUILD" ]; then
mkdir $BUILD
mkdir $BUILD $BUILD/include $BUILD/lib
fi
function compile {