Skip to content
Snippets Groups Projects
Commit 3bc8d2e9 authored by Emmanuel Maillard's avatar Emmanuel Maillard Committed by Alexandre Julliard
Browse files

Build wine-pthread on Darwin.

parent dee8751c
No related merge requests found
......@@ -14684,6 +14684,12 @@ case $host_os in
 
MAIN_BINARY="wine-glibc"
 
;;
darwin*)
WINE_BINARIES="wine-pthread"
MAIN_BINARY="wine-pthread"
;;
*)
WINE_BINARIES="wine-kthread"
......
......@@ -994,6 +994,10 @@ case $host_os in
AC_SUBST(WINE_BINARIES,"wine-glibc wine-kthread wine-pthread wine-preloader")
AC_SUBST(MAIN_BINARY,"wine-glibc")
;;
darwin*)
AC_SUBST(WINE_BINARIES,"wine-pthread")
AC_SUBST(MAIN_BINARY,"wine-pthread")
;;
*)
AC_SUBST(WINE_BINARIES,"wine-kthread")
AC_SUBST(MAIN_BINARY,"wine-kthread")
......
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