Open ngortheone opened 3 weeks ago
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
And perhaps the same can be said for header include paths - /usr/local/include
/usr/local/include
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