From acd22a1811e54c53472c15600c541922d779569f Mon Sep 17 00:00:00 2001 From: Cristian Ungureanu Date: Mon, 29 Nov 2021 15:41:53 +0200 Subject: Will fallback to macOS 12 (latest) if on higher OS. --- ACE/include/makeinclude/platform_macosx.GNU | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ACE/include/makeinclude/platform_macosx.GNU b/ACE/include/makeinclude/platform_macosx.GNU index c957969dddc..aad2df12a20 100644 --- a/ACE/include/makeinclude/platform_macosx.GNU +++ b/ACE/include/makeinclude/platform_macosx.GNU @@ -52,7 +52,7 @@ else ifeq ($(MACOS_MAJOR_VERSION),12) endif else ## Unsupported major version - $(error Unsupported MacOS version $(MACOS_RELEASE_VERSION)) + MACOS_CODENAME = $(MACOS_CODENAME_VER_12_latest) endif include $(ACE_ROOT)/include/makeinclude/platform_macosx_$(MACOS_CODENAME).GNU -- cgit v1.2.1