We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d4d4343 commit 62d58c4Copy full SHA for 62d58c4
taskcluster/scripts/misc/wasi-sdk.patch
@@ -1,3 +1,15 @@
1
+diff --git a/Makefile b/Makefile
2
+index d2ccff6..95f395b 100644
3
+--- a/Makefile
4
++++ b/Makefile
5
+@@ -178,6 +178,7 @@ LIBCXX_CMAKE_FLAGS = \
6
+ -DLIBCXXABI_BUILD_EXTERNAL_THREAD_LIBRARY:BOOL=OFF \
7
+ -DLIBCXXABI_HAS_WIN32_THREAD_API:BOOL=OFF \
8
+ -DLIBCXXABI_ENABLE_PIC:BOOL=OFF \
9
++ -DLIBCXXABI_USE_LLVM_UNWINDER:BOOL=OFF \
10
+ -DWASI_SDK_PREFIX=$(BUILD_PREFIX) \
11
+ -DUNIX:BOOL=ON \
12
+ --debug-trycompile
13
diff --git a/src/wasi-libc/Makefile b/src/wasi-libc/Makefile
14
index f350ecb..9a5c940 100644
15
--- a/src/wasi-libc/Makefile
0 commit comments