Enable building with Xcode 16.0 beta 3 on macOS 15.0 public beta

Change-Id: Ia6d7fc9d8ec4e047d63a5ceb973ada997f3bf2a9
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/170595
Tested-by: Jenkins
Reviewed-by: Patrick Luby <guibomacdev@gmail.com>
This commit is contained in:
Patrick Luby 2024-07-16 21:01:20 -04:00 committed by Patrick Luby
parent 27e8099a74
commit 0d1b6f9ffb

View file

@ -3721,7 +3721,7 @@ if test $_os = Darwin; then
if test "$my_xcode_ver3" -ge 1205; then
AC_MSG_RESULT([yes ($my_xcode_ver2)])
if test $MAC_OS_X_VERSION_MIN_REQUIRED -lt 120000; then
if test "$my_xcode_ver3" -ge 1600; then
if test "$my_xcode_ver3" -ge 1700; then
dnl the Xcode 15 relnotes state that the classic linker will disappear in the next version, but nothing about
dnl fixing the problem with weak symbols/macOS 11 compatibility, so assume for now that Xcode 16 will break it...
AC_MSG_ERROR([Check that Xcode 16 still supports the old linker/that it doesn't break macOS 11 compatibility, then remove this check]);