Open
Description
Description
I'm building a project that depends on GASNet-EX, which links to different libraries on different operating systems (macOS vs Linux). We will need different OS-specific fpm.toml
files.
Possible Solution
It would be helpful to have a fpm
argument that specifies which manifest to use, e.g.,
fpm build --manifest macOS-fpm.toml
Additional Information
No response