Try creating the parent directory before doing the copy.

sunfishcode/llvm-13
Dan Gohman 3 years ago
parent 68997c615e
commit 404acde9ee

@ -1 +1 @@
Subproject commit 191bcb948f7191c36eefe634336f5fc5c0c4c2be
Subproject commit d7a4dee7cc25e332b990d0a6d9f0ddd42cb33cf5

@ -1 +1 @@
Subproject commit fd1d8c2f04dde23bee0fb3a7d069a9b1046da979
Subproject commit d32170dbd5b0d54436537b6b75beaf44324e0c28

@ -1 +1 @@
Subproject commit ad5133410f66b93a2381db5b542aad5e0964db96
Subproject commit 5a7ba74c1959691d79580a1c3f4d94bca94bab8e

@ -20,6 +20,7 @@ else
fi
PKGDIR=build/wasi-sdk-$VERSION
mkdir -p build
case "$(uname -s)" in
Linux*) MACHINE=linux;;

Loading…
Cancel
Save