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
I have a dependency on a boost library which is not installed in the default system directories but in a subdirectory of the project.
When I set
TGT_LDFLAGS := -L../../3rdParty/boost/lib in a directory, and that I try to compile from the parent directory, it doesn't find the library because the command line tries to find the lib 1 level too high.
That system should work relatively like the Includes dir with -I
The text was updated successfully, but these errors were encountered:
I have a dependency on a boost library which is not installed in the default system directories but in a subdirectory of the project.
When I set
TGT_LDFLAGS := -L../../3rdParty/boost/lib in a directory, and that I try to compile from the parent directory, it doesn't find the library because the command line tries to find the lib 1 level too high.
That system should work relatively like the Includes dir with -I
The text was updated successfully, but these errors were encountered: