summaryrefslogtreecommitdiffstats
path: root/taskcluster/scripts/misc/wasi-sdk-11.patch
blob: ec5b514d7077c4c7873c33a2c907acb62ab28feb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# https://github.com/WebAssembly/wasi-sdk/pull/189
diff --git a/Makefile b/Makefile
index bde9936..b1f24fe 100644
--- a/Makefile
+++ b/Makefile
@@ -91,7 +91,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 \