From f8cd5e58185a6667aa826307225de562fec363bf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thomas=20P=C3=B6chtrager?= Date: Sat, 9 May 2015 17:30:41 +0200 Subject: [PATCH] fix for #31 --- build_clang.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/build_clang.sh b/build_clang.sh index a58d8aa..bfff2d6 100755 --- a/build_clang.sh +++ b/build_clang.sh @@ -10,6 +10,8 @@ source tools/tools.sh TARBALL_DIR=$BASE_DIR/tarballs BUILD_DIR=$BASE_DIR/build +mkdir -p $BUILD_DIR + if [ -z "$SKIP_GCC_CHECK" ]; then if [ $PLATFORM != "Darwin" -a $PLATFORM != "FreeBSD" ]; then set +e