summaryrefslogtreecommitdiff
path: root/ACE/include/makeinclude/platform_macosx.GNU
diff options
context:
space:
mode:
Diffstat (limited to 'ACE/include/makeinclude/platform_macosx.GNU')
-rw-r--r--ACE/include/makeinclude/platform_macosx.GNU5
1 files changed, 3 insertions, 2 deletions
diff --git a/ACE/include/makeinclude/platform_macosx.GNU b/ACE/include/makeinclude/platform_macosx.GNU
index 4636074a7bc..f318adace60 100644
--- a/ACE/include/makeinclude/platform_macosx.GNU
+++ b/ACE/include/makeinclude/platform_macosx.GNU
@@ -19,12 +19,13 @@ MACOS_CODENAME_VER_10_10 := yosemite
MACOS_CODENAME_VER_10_11 := elcapitan
MACOS_CODENAME_VER_10_12 := sierra
MACOS_CODENAME_VER_10_13 := highsierra
-MACOS_CODENAME_VER_latest := highsierra
+MACOS_CODENAME_VER_10_14 := mojave
+MACOS_CODENAME_VER_latest := mojave
MACOS_CODENAME = $(MACOS_CODENAME_VER_$(MACOS_MAJOR_VERSION)_$(MACOS_MINOR_VERSION))
ifeq ($(MACOS_MAJOR_VERSION),10)
- ifeq ($(shell test $(MACOS_MINOR_VERSION) -gt 13; echo $$?),0)
+ ifeq ($(shell test $(MACOS_MINOR_VERSION) -gt 14; echo $$?),0)
## if the detected version is greater than the latest know version,
## just use the latest known version
MACOS_CODENAME = $(MACOS_CODENAME_VER_latest)