Skip to content

Add find_framework() method to compiler object #12809

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

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

judemille
Copy link

Right now, it is impossible to add a framework dependency that is in a
non-standard path through Meson, without significant pain. This feature
allows the location of frameworks like normal libraries, with specification
of search paths.

@judemille judemille force-pushed the master branch 4 times, most recently from d0a6eac to cf2f90b Compare February 4, 2024 18:43
@eli-schwartz
Copy link
Member

What's the advantage of this new compiler method vs adding a new keyword argument to dependency() (specific to the appleframeworks method)?

@judemille
Copy link
Author

What's the advantage of this new compiler method vs adding a new keyword argument to dependency() (specific to the appleframeworks method)?

I added it this way to be analogous to compiler.find_library(). Perhaps that wasn't the right move. I can look into adding keyword arguments to dependency().

@judemille judemille marked this pull request as ready for review February 4, 2024 19:31
@judemille judemille requested a review from jpakkane as a code owner February 4, 2024 19:31
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

Successfully merging this pull request may close these issues.

2 participants