Make sure $BUILD_DIR exists before building compiler-rt

This commit is contained in:
Dmitry Pankratov 2022-01-02 10:38:44 +01:00
parent 062922bbb8
commit ffe4407c3b

View File

@ -78,6 +78,8 @@ fi
export OSXCROSS_NO_10_5_DEPRECATION_WARNING=1
mkdir -p $BUILD_DIR
pushd $BUILD_DIR &>/dev/null
get_sources https://github.com/llvm/llvm-project.git $BRANCH "compiler-rt"