Skip to content
Snippets Groups Projects
Commit 30862d5a authored by Kateryna Kostiuk's avatar Kateryna Kostiuk
Browse files

macOS: bump minimum version support

Current minimum macOS supported version is 10.11, but contributions
were build for 10.8. This patch bump minimum version for contribution
to 10.11 as well.

Change-Id: I9d7a45ce2409b309b2bbab5be85b5cbb60801b34
parent f02d3225
No related branches found
No related tags found
No related merge requests found
...@@ -127,7 +127,7 @@ CXX := $(CROSS_COMPILE)clang++ ...@@ -127,7 +127,7 @@ CXX := $(CROSS_COMPILE)clang++
endif endif
ifdef HAVE_MACOSX ifdef HAVE_MACOSX
MIN_OSX_VERSION=10.8 MIN_OSX_VERSION=10.11
CC=xcrun cc CC=xcrun cc
CXX=xcrun c++ CXX=xcrun c++
AR=xcrun ar AR=xcrun ar
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment