openfl / lime

A foundational Haxe framework for cross-platform development
https://lime.openfl.org/
MIT License
749 stars 359 forks source link

Ignore system environment variables with the same name as common targets. #1794

Closed player-03 closed 6 days ago

player-03 commented 1 month ago

If you have a <section if="cpp"> tag in your project.xml, you don't want it to be active just because a system environment variable happens to be named "cpp". You only want it active if actually targeting C++.

Resolves #1394.