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