Skip to content

Commit 1a95329

Browse files
authored
Add missing dependency between compiler-rt and wasi-libc (#189)
1 parent 621a3bb commit 1a95329

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ build/wasi-libc.BUILT: build/llvm.BUILT
9595
SYSROOT=$(BUILD_PREFIX)/share/wasi-sysroot
9696
touch build/wasi-libc.BUILT
9797

98-
build/compiler-rt.BUILT: build/llvm.BUILT
98+
build/compiler-rt.BUILT: build/llvm.BUILT build/wasi-libc.BUILT
9999
# Do the build, and install it.
100100
mkdir -p build/compiler-rt
101101
cd build/compiler-rt && cmake -G Ninja \

0 commit comments

Comments
 (0)