mirror of
https://github.com/robbert-vdh/yabridge.git
synced 2026-05-07 03:50:11 +02:00
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:
+1
-1
@@ -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']
|
||||
|
||||
Reference in New Issue
Block a user