Skip to content

Remove "search: false" feature for ExternalLibraries in bake 3. #189

@aschaal

Description

@aschaal

Instead of

ExternalLibrary "x/y/z.a", search: false
ExternalLibrary "a/b/c.a", search: true

the user should write

ExternalLibrary "x/y/z.a" # this should NOT be splitted into search path and lib in bake 3
ExternalLibrarySearchPath "a/b"
ExternalLibrary "c.a"

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions