summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCristian Ungureanu <cristian.ungureanu@gmail.com>2021-11-29 15:41:53 +0200
committerCristian Ungureanu <cristian.ungureanu@gmail.com>2021-11-29 15:41:53 +0200
commitacd22a1811e54c53472c15600c541922d779569f (patch)
tree051b7b556a18fb87941d71f589a231f2bc97ce97
parent183f781cd689802874e9f56f10b3e5591b0914a7 (diff)
downloadATCD-acd22a1811e54c53472c15600c541922d779569f.tar.gz
Will fallback to macOS 12 (latest) if on higher OS.
-rw-r--r--ACE/include/makeinclude/platform_macosx.GNU2
1 files changed, 1 insertions, 1 deletions
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