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

Fix curl header search path #1649

Merged
merged 1 commit into from
Jun 14, 2021

Conversation

noresources
Copy link
Contributor

Consider curl include directory as system header search path to match #include directives with angle brackets.

What does this PR do?
Fix premake xcode4 project

How does this PR change Premake's behavior?
Nothing. Just allow to generate a correct project to build premake with modern Xcode

Anything else we should know?
Xcode is by default less tolerant regarding mismatch between user header search path (#include "...") and system header search path (#include <...>).

Did you check all the boxes?

  • Focus on a single fix or feature; remove any unrelated formatting or code changes
  • Add unit tests showing fix or feature works; all tests pass
  • Mention any related issues (put closes #XXXX in comment to auto-close issue when PR is merged)
  • Follow our coding conventions
  • Minimize the number of commits
  • Align documentation to your changes

You can now support Premake on our OpenCollective. Your contributions help us spend more time responding to requests like these!

Consider curl include directory as system header search path to match #include directives with angle brackets.
Copy link
Member

@samsinsane samsinsane left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, I'll leave this one for @starkos to have a say on before it's merged.

@starkos starkos merged commit 62d5043 into premake:master Jun 14, 2021
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.

3 participants