diff options
author | Damiano Galassi <[email protected]> | 2019-01-24 15:54:05 +0100 |
---|---|---|
committer | Damiano Galassi <[email protected]> | 2019-01-24 15:54:05 +0100 |
commit | b47a1bae8d37937a52f04ecd71f96f6a9d3495e1 (patch) | |
tree | 2b32ae53c4713e6d6b92f59fa31c554f8f5eb9b3 /make | |
parent | 2986505bb64c86631f20de90487ee535e20cd9ae (diff) |
MacGui: set the minimum macOS version to 10.11
Diffstat (limited to 'make')
-rw-r--r-- | make/variant/darwin.defs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/make/variant/darwin.defs b/make/variant/darwin.defs index 1e06fb7ad..ec17f9e5f 100644 --- a/make/variant/darwin.defs +++ b/make/variant/darwin.defs @@ -1,4 +1,4 @@ -UB.xcconfigs = osx1010.i386 osx1010.x86_64 +UB.xcconfigs = osx1011.x86_64 UB.builds = $(wildcard $(foreach n,$(UB.xcconfigs),$(SRC/)build.$n)) UB.first = $(word 1,$(UB.xcconfigs)) UB.more = $(wordlist 2,999,$(UB.xcconfigs)) |