Restore ./configure --enable-x11 on macOS
This commit is contained in:
parent
997ffe5a22
commit
784b8a5e67
@ -87,7 +87,7 @@ case $host_os in
|
||||
darwin*)
|
||||
if test x$enable_x11 = xyes; then
|
||||
host_os_gui="X11"
|
||||
OPTIM="-U__APPLE__ -mmacosx-version-min=10.3 $OPTIM"
|
||||
OPTIM="-U__APPLE__ -mmacosx-version-min=10.9 -D_LIBCPP_HAS_THREAD_API_PTHREAD $OPTIM"
|
||||
fi
|
||||
;;
|
||||
*)
|
||||
|
Loading…
Reference in New Issue
Block a user