-
Notifications
You must be signed in to change notification settings - Fork 11
Open
Description
I have started working on a PR to address #10 properly. I have noticed that all external libraries are hardcoded. This is (again) not portable and it makes using custom libraries that are not system installed practically impossible. Systems such as Nix and GNU Guix depend on this functionality.
I propose using pkg-config in all Nymph project's Makefiles. What are your thoughts on this?
Some systems use pkgconf or other alternatives to pkg-config. I would make the executable overridable with PKG_CONFIG, but it should be considered when picking a default value for the executable.
Metadata
Metadata
Assignees
Labels
No labels