19 Jun
2024
19 Jun
'24
7:38 p.m.
From: Brendan Shanks <bshanks(a)codeweavers.com> --- configure.ac | 2 -- 1 file changed, 2 deletions(-) diff --git a/configure.ac b/configure.ac index f7e27f591a0..b88b70d4a55 100644 --- a/configure.ac +++ b/configure.ac @@ -659,8 +659,6 @@ case $host_os in esac dnl If preloader is used, the loader needs to be an LC_UNIXTHREAD binary to avoid AppKit/Core Animation problems. WINELOADER_LDFLAGS="$WINELOADER_LDFLAGS -mmacosx-version-min=10.7" - else - WINE_WARNING([can't build Wine preloader; many programs won't work]) fi if test "x$with_coreaudio" != "xno"; -- GitLab https://gitlab.winehq.org/wine/wine/-/merge_requests/5884