This is an automated email from the ASF dual-hosted git repository. jim pushed a commit to branch trunk in repository https://gitbox.apache.org/repos/asf/openoffice.git
The following commit(s) were added to refs/heads/trunk by this push: new 65ec130 Xcode 12.3 aware 65ec130 is described below commit 65ec1307dba2738f97d69a4cbef009c127f345e1 Author: Jim Jagielski <jim...@gmail.com> AuthorDate: Tue Dec 15 08:49:13 2020 -0500 Xcode 12.3 aware --- main/configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main/configure.ac b/main/configure.ac index 3951898..56cd131 100644 --- a/main/configure.ac +++ b/main/configure.ac @@ -3901,7 +3901,7 @@ if test "$_os" = "Darwin"; then sdk_found=`xcodebuild -showsdks | $EGREP "sdk macosx10.(10|11|12|13|14|15)" | sed -e "s/.*sdk //" | tail -n1` dnl If not found, look for macOS11.x SDKs (Xcode 12.2 and later) if test -z "$sdk_found"; then - sdk_found=`xcodebuild -showsdks | $EGREP "sdk macosx11.(0)" | sed -e "s/.*sdk //" | tail -n1` + sdk_found=`xcodebuild -showsdks | $EGREP "sdk macosx11.(0|1)" | sed -e "s/.*sdk //" | tail -n1` fi if test -z "$sdk_found"; then AC_MSG_ERROR([No SDK with OSX $sdk_target compatibility found])