-
Notifications
You must be signed in to change notification settings - Fork 191
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Try creating the parent directory before doing the copy.
- Loading branch information
1 parent
47e5865
commit df4524c
Showing
4 changed files
with
4 additions
and
3 deletions.
There are no files selected for viewing
Submodule config
updated
from 191bcb to d7a4de
Submodule llvm-project
updated
from fd1d8c to d32170
Submodule wasi-libc
updated
from ad5133 to 5a7ba7
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -20,6 +20,7 @@ else | |
fi | ||
|
||
PKGDIR=build/wasi-sdk-$VERSION | ||
mkdir -p build | ||
|
||
case "$(uname -s)" in | ||
Linux*) MACHINE=linux;; | ||
|