Use 10.10 as minimum macOS version by default in configure
Just bump the default to 10.10 from the old 10.9.
This commit is contained in:
2
configure
vendored
2
configure
vendored
@@ -18699,7 +18699,7 @@ $as_echo "$as_me: WARNING: Could not determine deployment target from SDKSetting
|
||||
wxUSE_MACOSX_VERSION_MIN=
|
||||
fi
|
||||
elif test "x$wxUSE_MACOSX_VERSION_MIN" = "x"; then
|
||||
wxUSE_MACOSX_VERSION_MIN=10.9
|
||||
wxUSE_MACOSX_VERSION_MIN=10.10
|
||||
fi
|
||||
|
||||
if test "x$MACOSX_SDK_OPTS" != "x"; then
|
||||
|
@@ -1304,7 +1304,7 @@ dnl We need to quote the next line where we don't need macros and do need [] in
|
||||
wxUSE_MACOSX_VERSION_MIN=
|
||||
fi
|
||||
elif test "x$wxUSE_MACOSX_VERSION_MIN" = "x"; then
|
||||
wxUSE_MACOSX_VERSION_MIN=10.9
|
||||
wxUSE_MACOSX_VERSION_MIN=10.10
|
||||
fi
|
||||
|
||||
if test "x$MACOSX_SDK_OPTS" != "x"; then
|
||||
|
Reference in New Issue
Block a user