summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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