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

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

Open
aschaal opened this issue Sep 10, 2020 · 0 comments
Open

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

aschaal opened this issue Sep 10, 2020 · 0 comments
Labels

Comments

@aschaal
Copy link
Contributor

aschaal commented Sep 10, 2020

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"

@aschaal aschaal added the bake3 label Sep 10, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant