1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-07 12:30:27 +00:00

Fix compiling with use_mingw flag on Windows

This commit is contained in:
Marcelo Fernandez
2019-02-19 09:10:50 -03:00
parent c7ba1e210e
commit 0c5f87531d
2 changed files with 2 additions and 3 deletions

View File

@@ -29,7 +29,6 @@ def get_opts():
return [
('msvc_version', 'MSVC version to use (ignored if the VCINSTALLDIR environment variable is set)', None),
BoolVariable('use_mingw', 'Use the MinGW compiler even if MSVC is installed (only used on Windows)', False),
]