mirror of
https://github.com/tiennm99/godot.git
synced 2026-06-22 23:35:49 +00:00
4404eb57e4
We used to have it like `$GODOT_VERSION` which caused inconsistencies between different scons versions when substituting it. It's now `@GODOT_VERSION@`, which is safe on both scons3 and scons4.