mirror of
https://github.com/fltk/fltk.git
synced 2026-06-02 15:46:52 +08:00
Restore ./configure --enable-x11 on macOS
This commit is contained in:
+1
-1
@@ -87,7 +87,7 @@ case $host_os in
|
|||||||
darwin*)
|
darwin*)
|
||||||
if test x$enable_x11 = xyes; then
|
if test x$enable_x11 = xyes; then
|
||||||
host_os_gui="X11"
|
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
|
fi
|
||||||
;;
|
;;
|
||||||
*)
|
*)
|
||||||
|
|||||||
Reference in New Issue
Block a user