Skip to content

Use the same system for INCLUDES and LIBRARIES directories #2

@dolanor

Description

@dolanor

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions