You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've removed the topic:mono label as this is an issue with module name suffixes (even though the mono module is the only one using that right now).
Xrayez
changed the title
Extra suffix is not appended at the end of a binary name with mono module enabled
Extra suffix is not appended at the end of a binary name in some cases
Jul 31, 2020
Godot version:
3.0, 4.0
OS/device including version:
Windows 10, likely any other OS.
Steps to reproduce:
With mono module enabled:
Results in binary name such as:
godot.windows.opt.tools.64.mygame.mono.exe
Should be like:
godot.windows.opt.tools.64.mono.mygame.exe
With sanitizers:
Results in binary name such as:
godot.linuxbsd.tools.64.mygames
(notice appendeds
)Should be like:
godot.linuxbsd.tools.64.s.mygame
Should likely be handled by refactor as suggested in #24030.
The text was updated successfully, but these errors were encountered: