You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-15 13:51:40 +00:00
MinGW: Print compiler warnings on Windows
This commit is contained in:
@@ -495,6 +495,8 @@ def use_windows_spawn_fix(self, platform=None):
|
|||||||
rv = proc.wait()
|
rv = proc.wait()
|
||||||
if rv:
|
if rv:
|
||||||
print_error(err)
|
print_error(err)
|
||||||
|
elif len(err) > 0 and not err.isspace():
|
||||||
|
print(err)
|
||||||
return rv
|
return rv
|
||||||
|
|
||||||
def mySpawn(sh, escape, cmd, args, env):
|
def mySpawn(sh, escape, cmd, args, env):
|
||||||
|
|||||||
Reference in New Issue
Block a user