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 ccb15b0 commit 350d45bCopy full SHA for 350d45b
Makefile
@@ -150,6 +150,8 @@ build/libcxxabi.BUILT: build/libcxx.BUILT build/llvm.BUILT
150
build/config.BUILT:
151
mkdir -p $(PREFIX)/share/misc
152
cp src/config/config.sub src/config/config.guess $(PREFIX)/share/misc
153
+ mkdir -p $(PREFIX)/share/cmake
154
+ cp wasi-sdk.cmake $(PREFIX)/share/cmake
155
touch build/config.BUILT
156
157
build: build/llvm.BUILT build/wasi-libc.BUILT build/compiler-rt.BUILT build/libcxxabi.BUILT build/libcxx.BUILT build/config.BUILT
0 commit comments