Merge pull request #322 from ancwrd1/master

Make sure $BUILD_DIR exists before building compiler-rt
This commit is contained in:
Thomas Pöchtrager 2023-08-17 20:30:39 +02:00 committed by GitHub
commit d291cb7b31
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -81,6 +81,8 @@ fi
export OSXCROSS_NO_10_5_DEPRECATION_WARNING=1
mkdir -p $BUILD_DIR
pushd $BUILD_DIR &>/dev/null
# Check if a build project for compiler-rt already exists.