Skip to content
New issue

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

[FreeBSD] add /usr/local/lib to default linker flags #4443

Open
ngortheone opened this issue Nov 2, 2024 · 1 comment
Open

[FreeBSD] add /usr/local/lib to default linker flags #4443

ngortheone opened this issue Nov 2, 2024 · 1 comment

Comments

@ngortheone
Copy link

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

Please add this to linker's default search path on FreeBSD

@ngortheone ngortheone changed the title [FreeBSD] default linker flags [FreeBSD] add /usr/local/lib to default linker flags Nov 2, 2024
@ngortheone
Copy link
Author

And perhaps the same can be said for header include paths - /usr/local/include

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant