mirror of
https://github.com/Redot-Engine/redot-engine.git
synced 2025-12-06 23:31:53 -05:00
Fix compiling with use_mingw flag on Windows
This commit is contained in:
@@ -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),
|
||||
]
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user