Set minimal supported OS X version to 10.7 in configure
We don't support anything earlier any more, so it's completely wrong to use -mmacosx-version-min=10.5 by default.
This commit is contained in:
2
configure
vendored
2
configure
vendored
@@ -19499,7 +19499,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.5
|
||||
wxUSE_MACOSX_VERSION_MIN=10.7
|
||||
fi
|
||||
|
||||
if test "x$MACOSX_SDK_OPTS" != "x"; then
|
||||
|
@@ -1202,7 +1202,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.5
|
||||
wxUSE_MACOSX_VERSION_MIN=10.7
|
||||
fi
|
||||
|
||||
if test "x$MACOSX_SDK_OPTS" != "x"; then
|
||||
|
Reference in New Issue
Block a user