Link with -mwindows instead of -mconsole again

I onderstood these wrong, we of course _don't_ want a visible console
window. (although that only seems to appear when running with winedbg)
This commit is contained in:
Robbert van der Helm
2021-01-09 12:14:12 +01:00
parent 07a994089b
commit c78fcbd3c0
+1 -1
View File
@@ -17,7 +17,7 @@ needs_exe_wrapper = true
# applications are always in sync. This might not be needed anymore once Meson
# cross compiling to multiple targets at once.
# https://github.com/mesonbuild/meson/issues/5125
cpp_link_args = ['-mconsole']
cpp_link_args = ['-mwindows']
# For instance, this should be in the 64-bit only cross-file
# c_args = ['-m64']