21 Oct
2025
21 Oct
'25
11 a.m.
Jacek Caban (@jacek) commented about tools/winegcc/winegcc.c:
includedir = get_includedir( bindir ); target = init_argv0_target( argv[0] ); path_dirs = strarray_frompath( getenv( "PATH" )); - subsystem = "console"; + subsystem_version = target.cpu == CPU_i386 || target.cpu == CPU_x86_64 ? "6.0" : "6.2";
Can we just use a consistent value instead? For Wine usage, I suppose we’ll eventually want this to match the reported Windows version, but that might be a separate change. I’m not sure whether we’d want to adjust the defaults in winegcc or the build system for that. -- https://gitlab.winehq.org/wine/wine/-/merge_requests/9027#note_119186