Commit 5e18596f authored by Austin English's avatar Austin English Committed by Alexandre Julliard

configure: preloader is Linux specific, don't build it elsewhere.

parent 052d9555
......@@ -12059,7 +12059,7 @@ test -z "$with_wine64" || MAIN_BINARY="wine32"
case $host_cpu in
*i[3456789]86*)
case $host_os in
linux* | k*bsd*-gnu)
linux*)
EXTRA_BINARIES="wine-preloader"
;;
esac
......
......@@ -1659,7 +1659,7 @@ test -z "$with_wine64" || MAIN_BINARY="wine32"
case $host_cpu in
*i[[3456789]]86*)
case $host_os in
linux* | k*bsd*-gnu)
linux*)
AC_SUBST(EXTRA_BINARIES,"wine-preloader") ;;
esac
;;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment