Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Have make targets install-capi-lib,install-pkgconfig work without bui…
…lding binary 1. modified target `install-capi-lib` to detect version without requiring the binary being built. 2. added separate install target for library: `install-capi` instead of using `install` for both binary and library 3. added target `install-capi-pkgconfig` that outputs this example `.pc` file if the binary is missing: ```pc prefix=/usr/local includedir=${prefix}/include libdir=${prefix}/lib Name: wasmer Description: The Wasmer library for running WebAssembly Version: 2.3.0 Cflags: -I${prefix}/include Libs: -L${prefix}/lib -lwasmer ``` Fixes #2541
- Loading branch information