forked from pool/wasi-libc
wasi-libc needed for the wasm-wasi build-target OBS-URL: https://build.opensuse.org/request/show/986982 OBS-URL: https://build.opensuse.org/package/show/devel:languages:rust/wasi-libc?expand=0&rev=1
15 lines
514 B
Diff
15 lines
514 B
Diff
# Workaround as per https://github.com/WebAssembly/wasi-libc/issues/156
|
|
diff --git a/Makefile b/Makefile
|
|
index b9f3c00..cd044b0 100644
|
|
--- a/Makefile
|
|
+++ b/Makefile
|
|
@@ -565,7 +565,7 @@ check-symbols: startup_files libc
|
|
# This ignores whitespace because on Windows the output has CRLF line endings.
|
|
diff -wur "$(CURDIR)/expected/$(MULTIARCH_TRIPLE)" "$(SYSROOT_SHARE)"
|
|
|
|
-install: finish
|
|
+install:
|
|
mkdir -p "$(INSTALL_DIR)"
|
|
cp -r "$(SYSROOT)/lib" "$(SYSROOT)/share" "$(SYSROOT)/include" "$(INSTALL_DIR)"
|
|
|