Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
2988: Have make targets install-capi-lib,install-pkgconfig work without building the wasmer binary r=epilys a=epilys # Description 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 wasmerio#2541 # Review - [x] Add a short description of the change to the CHANGELOG.md file Co-authored-by: Manos Pitsidianakis <[email protected]>
- Loading branch information