pkg-config integration #9
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Add support for declaring system library dependencies in Pallet.toml via pkg-config. When building, Pallet would call pkg-config --cflags --libs for each declared dependency and inject the result into the compiler invocation automatically, removing the need to manually track include paths and linker flags.
Requires pkg-config to be installed on the host system.