From c78fcbd3c067c48a5022c909b7154d1f8ce52cc3 Mon Sep 17 00:00:00 2001 From: Robbert van der Helm Date: Sat, 9 Jan 2021 12:14:12 +0100 Subject: [PATCH] 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) --- cross-wine.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cross-wine.conf b/cross-wine.conf index 0d7ff22b..49b48237 100644 --- a/cross-wine.conf +++ b/cross-wine.conf @@ -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']