Skip to content

Commit 350d45b

Browse files
authored
Ship wasi-sdk.cmake as part of the SDK (WebAssembly#70)
1 parent ccb15b0 commit 350d45b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Makefile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -150,6 +150,8 @@ build/libcxxabi.BUILT: build/libcxx.BUILT build/llvm.BUILT
150150
build/config.BUILT:
151151
mkdir -p $(PREFIX)/share/misc
152152
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
153155
touch build/config.BUILT
154156

155157
build: build/llvm.BUILT build/wasi-libc.BUILT build/compiler-rt.BUILT build/libcxxabi.BUILT build/libcxx.BUILT build/config.BUILT

0 commit comments

Comments
 (0)