-
Notifications
You must be signed in to change notification settings - Fork 24.5k
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
Disable gflags include #28451
Disable gflags include #28451
Conversation
Base commit: 8e66f0b |
Base commit: 8e66f0b |
@sota000 has imported this pull request. If you are a Facebook employee, you can view this diff on Phabricator. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi @KDederichs, apologies for taking the time to review. Could you please address the comment I made inline and solve the merge conflict? Thank you for the contribution!
No worries, projects of this size get a lot of contribution so I understand that small stuff like this lies around for a while. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for updating!
@sota000 has imported this pull request. If you are a Facebook employee, you can view this diff on Phabricator. |
Summary
Fixes the issue explained in #28446
It basically disabled the gflags include before configure can detect the header on the users system.
Changelog
[iOS] [Fixed] - Fixed inability to build apps when gflags is installed
Test Plan
Tested by installing gflags
brew install gflags
and verifying that apps build after.