File workaround-broken-makefile.patch of Package wasi-libc
# Workaround as per https://github.com/WebAssembly/wasi-libc/issues/156 diff --git a/Makefile b/Makefile index 26bdcfa..216a251 100644 --- a/Makefile +++ b/Makefile @@ -879,7 +879,7 @@ finish: check-symbols endif endif -install: finish +install: mkdir -p "$(INSTALL_DIR)" cp -p -r "$(SYSROOT)/lib" "$(SYSROOT)/share" "$(SYSROOT)/include" "$(INSTALL_DIR)"