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

Use the same system for INCLUDES and LIBRARIES directories #2

Open
dolanor opened this issue Aug 1, 2012 · 0 comments
Open

Use the same system for INCLUDES and LIBRARIES directories #2

dolanor opened this issue Aug 1, 2012 · 0 comments

Comments

@dolanor
Copy link

dolanor commented Aug 1, 2012

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

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