We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 621a3bb commit 1a95329Copy full SHA for 1a95329
Makefile
@@ -95,7 +95,7 @@ build/wasi-libc.BUILT: build/llvm.BUILT
95
SYSROOT=$(BUILD_PREFIX)/share/wasi-sysroot
96
touch build/wasi-libc.BUILT
97
98
-build/compiler-rt.BUILT: build/llvm.BUILT
+build/compiler-rt.BUILT: build/llvm.BUILT build/wasi-libc.BUILT
99
# Do the build, and install it.
100
mkdir -p build/compiler-rt
101
cd build/compiler-rt && cmake -G Ninja \
0 commit comments