OSDN Git Service

[BUILD][CROSS_LLVM] .
authorKyuma Ohta <whatisthis.sowhat@gmail.com>
Tue, 20 Oct 2020 18:42:21 +0000 (03:42 +0900)
committerKyuma Ohta <whatisthis.sowhat@gmail.com>
Tue, 20 Oct 2020 18:42:21 +0000 (03:42 +0900)
source/tool/cross-build/llvm-mingw/bootstrap.sh

index 72a1509..f895514 100755 (executable)
@@ -72,6 +72,7 @@ ncount=$((${ncount}+1))
 
 export PATH="${TOOLCHAIN_PREFIX}/bin:${PATH}"
 
+mkdir -p "${WORKDIR}/build/build"
 cd "${WORKDIR}/build/build"
 ${WORKDIR}/scripts/build-mingw-w64.sh \
                ${THREAD_PARAM} \