bump mac min version to 10.15

This commit is contained in:
Laurent Perron
2021-12-02 10:38:18 +01:00
parent 95853b77c3
commit c83cf5386b

View File

@@ -119,7 +119,7 @@ ifeq ($(SYSTEM),unix)
else
JAVA_HOME ?= $(shell /usr/libexec/java_home)
endif
MAC_MIN_VERSION = 10.14
MAC_MIN_VERSION = 10.15
endif # ($(OS),Darwin)
endif # ($(SYSTEM),unix)