mirror of
https://github.com/fltk/fltk.git
synced 2026-05-24 08:16:04 +08:00
macOS: recent Apple compilers fail if no -mmacosx-version-min= option is used
That is useful for ./configure --enable-x11 under macOS X.
This commit is contained in:
+1
-1
@@ -89,7 +89,7 @@ case $host_os in
|
||||
darwin*)
|
||||
if test x$enable_x11 = xyes; then
|
||||
host_os_gui="X11"
|
||||
OPTIM="-U__APPLE__ $OPTIM"
|
||||
OPTIM="-U__APPLE__ -mmacosx-version-min=10.3 $OPTIM"
|
||||
fi
|
||||
;;
|
||||
*)
|
||||
|
||||
Reference in New Issue
Block a user