You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Do you think it would be more flexible to rely on the output of pkg-config for compiler/linker flags?
The current workaround for Elixir project I did as below (works in my library, and in an app that depends on my library that uses erlzmq):
I'm sure there are better ways. The current state comes from the original project with minor changes for BSD compatibility (https://github.com/lukaszsamson/erlzmq/pull/5/files). Would you mind creating a PR?
I've realized expected configuration doesn't work in some cases (e.g. on OSX with brew):
Do you think it would be more flexible to rely on the output of
pkg-config
for compiler/linker flags?The current workaround for Elixir project I did as below (works in my library, and in an app that depends on my library that uses erlzmq):
The text was updated successfully, but these errors were encountered: