migueldeicaza / SwiftGodot

New Godot bindings for Swift
https://migueldeicaza.github.io/SwiftGodotDocs/tutorials/swiftgodot-tutorials/
MIT License
1.06k stars 65 forks source link

Fix generator consistency on Windows #434

Closed tishin closed 5 months ago

tishin commented 5 months ago

Addresses #429. Currently the order in which generated sources are put together into a single file on Windows is inconsistent. I'd guess that's the reason why SwiftGodot is being recompiled almost entirely on each build.

migueldeicaza commented 5 months ago

This is wonderful! Thank you for tracking this down!