mirror of
https://github.com/tiennm99/godot.git
synced 2026-06-24 11:39:57 +00:00
e6364c3fd5
`uwp/detect.py` was not setting the `env.msvc` variable to true causing scons to pass wrong arguments to `msvc` (using `clang/gcc` options) which in turn break the build due to `-Werror=return-type` not being recognized by ms compiler.