Skip to content
Snippets Groups Projects
Commit 9669cd56 authored by Brendan Shanks's avatar Brendan Shanks Committed by Alexandre Julliard
Browse files

configure: Remove warning when not using preloader on macOS.

parent 1f79e769
No related branches found
No related tags found
No related merge requests found
......@@ -9578,8 +9578,6 @@ fi
;;
esac
WINELOADER_LDFLAGS="$WINELOADER_LDFLAGS -mmacosx-version-min=10.7"
else
as_fn_append wine_warnings "|can't build Wine preloader; many programs won't work"
fi
 
if test "x$with_coreaudio" != "xno";
......
......@@ -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";
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment