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 -idirafter when adding Apple framework include paths #12312

Merged
merged 1 commit into from
Oct 11, 2023

Conversation

tristan957
Copy link
Contributor

@tristan957 tristan957 commented Sep 29, 2023

System headers will continue to "preempt" the framework headers. This should allow both <GStreamer/gst/gst.h> and <gst/gst.h>

Fixes: #10002

System headers will continue to "preempt" the framework headers. This
should allow both <GStreamer/gst/gst.h> and <gst/gst.h>
@tristan957
Copy link
Contributor Author

This is just a solution based off of what @anarazel posted in the issue thread. Seems to be the least invasive solution if it works. Not entirely sure if the changes to the test case will prove the solution wrong or right since I don't have a Mac

@tristan957 tristan957 added this to the 1.3.0 milestone Sep 29, 2023
@tristan957
Copy link
Contributor Author

@nirbheek would you help in testing this as well?

@nirbheek
Copy link
Member

LGTM!

@nirbheek nirbheek merged commit c0a5da8 into mesonbuild:master Oct 11, 2023
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.

Framework dependency extracts -I in addition to framework, leading to endless include recursion
2 participants