Skip to content

Commit

Permalink
Try creating the parent directory before doing the copy.
Browse files Browse the repository at this point in the history
  • Loading branch information
sunfishcode committed Nov 16, 2021
1 parent 47e5865 commit df4524c
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/config
Submodule config updated from 191bcb to d7a4de
2 changes: 1 addition & 1 deletion src/llvm-project
2 changes: 1 addition & 1 deletion src/wasi-libc
1 change: 1 addition & 0 deletions tar_from_installation.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ else
fi

PKGDIR=build/wasi-sdk-$VERSION
mkdir -p build

case "$(uname -s)" in
Linux*) MACHINE=linux;;
Expand Down

0 comments on commit df4524c

Please sign in to comment.