Skip to content

Commit

Permalink
Add missing dependency between compiler-rt and wasi-libc (#189)
Browse files Browse the repository at this point in the history
  • Loading branch information
glandium committed Aug 11, 2021
1 parent 621a3bb commit 1a95329
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ build/wasi-libc.BUILT: build/llvm.BUILT
SYSROOT=$(BUILD_PREFIX)/share/wasi-sysroot
touch build/wasi-libc.BUILT

build/compiler-rt.BUILT: build/llvm.BUILT
build/compiler-rt.BUILT: build/llvm.BUILT build/wasi-libc.BUILT
# Do the build, and install it.
mkdir -p build/compiler-rt
cd build/compiler-rt && cmake -G Ninja \
Expand Down

0 comments on commit 1a95329

Please sign in to comment.