Do not keep log file opened while game process active.

Rename actions workflow.
Fixed mingw-w64 stdcall handling.
This commit is contained in:
ds 2020-11-16 13:11:26 +03:00
commit e8b55acd23
4 changed files with 30 additions and 15 deletions

View file

@ -215,7 +215,7 @@ elif isWindows and (isCLang or isGCC)
else
ldflags += [
'-static-libgcc',
'-Wl,--add-stdcall-alias'
'-Wl,--kill-at'
]
endif