We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When building on FreeBSD I often need to specify
-extra-linker-flags:"-L/usr/local/lib"
for build to succeed. FreeBSD has a split between main system and ports and all 3rd party software (like glfw) goes into /usr/local
/usr/local
Please add this to linker's default search path on FreeBSD
The text was updated successfully, but these errors were encountered:
And perhaps the same can be said for header include paths - /usr/local/include
/usr/local/include
Sorry, something went wrong.
No branches or pull requests
When building on FreeBSD I often need to specify
for build to succeed. FreeBSD has a split between main system and ports and all 3rd party software (like glfw) goes into
/usr/local
Please add this to linker's default search path on FreeBSD
The text was updated successfully, but these errors were encountered: