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
On BSD systems the C compiler doesn't automatically add include and lib directories for installed packages (usually /usr/local).
It's a pain to patch the project for this.
There should be environment variables for this, or you should just use pkg-config --cflags --libs libhs.
The text was updated successfully, but these errors were encountered:
On BSD systems the C compiler doesn't automatically add include and lib directories for installed packages (usually /usr/local).
It's a pain to patch the project for this.
There should be environment variables for this, or you should just use
pkg-config --cflags --libs libhs
.The text was updated successfully, but these errors were encountered: