We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
What problem will this solve?
In one of my projects I need to add -fobjc-arc to a group of .mm files. Other files shall stay the same, so I cannot use global settings.
-fobjc-arc
Essentially that is about of fixing this bug: premake/premake-xcode#27
What might be a solution?
Looking for something like this:
filter "files:src/GrMtl**.mm" buildoptions { "-fobjc-arc" }
What other alternatives have you already considered?
No other alternative other than applying such settings in XCode manually after project generation.
I can pay for this work. Please contact me.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
What problem will this solve?
In one of my projects I need to add
-fobjc-arc
to a group of .mm files. Other files shall stay the same, so I cannot use global settings.Essentially that is about of fixing this bug: premake/premake-xcode#27
What might be a solution?
Looking for something like this:
What other alternatives have you already considered?
No other alternative other than applying such settings in XCode manually after project generation.
I can pay for this work. Please contact me.
The text was updated successfully, but these errors were encountered: