openfl / lime

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

Fix incorrectly escaped file path on Windows. #1720

Closed player-03 closed 9 months ago

player-03 commented 9 months ago

Specifically, C: becomes C\:, which means Gradle can no longer find the NDK. Presumably escaping any other colon is appropriate, but absolutely not that one.

player-03 commented 9 months ago

Issue was fixed by #1721.