PEMA-40 Preemptively create directories

PEMA-40
Dirk Zimmermann 2022-11-14 15:13:11 +01:00
parent ee9ca4c42c
commit fb78cf66d6
1 changed files with 4 additions and 0 deletions

View File

@ -92,6 +92,10 @@ pushd "${TMP_DIR}"
buildLib "arm64" "arm64-apple-macos11.1" "aarch64-apple-darwin" "macosx"
popd
# Create directories, just in case
mkdir -p "${TMP_DIR}/arm64/bin"
mkdir -p "${TMP_DIR}/x86_64/bin"
# Make Fat Lib
sh "${SCRIPT_DIR}/build-fat-libs.sh" "${TMP_DIR}/arm64/lib" "${TMP_DIR}/x86_64/lib" "${LIB_DIR}"
# Make Fat Bin