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 f63b56c commit f7d8b1fCopy full SHA for f7d8b1f
Makefile
@@ -194,6 +194,7 @@ build/config.BUILT:
194
cp src/config/config.sub src/config/config.guess $(BUILD_PREFIX)/share/misc
195
mkdir -p $(BUILD_PREFIX)/share/cmake
196
cp wasi-sdk.cmake $(BUILD_PREFIX)/share/cmake
197
+ cp wasi-sdk-pthread.cmake $(BUILD_PREFIX)/share/cmake
198
touch build/config.BUILT
199
200
build: build/llvm.BUILT build/wasi-libc.BUILT build/compiler-rt.BUILT build/libcxx.BUILT build/config.BUILT
0 commit comments