diff options
author | Damiano Galassi <[email protected]> | 2018-08-23 17:06:54 +0200 |
---|---|---|
committer | Damiano Galassi <[email protected]> | 2018-08-23 17:06:54 +0200 |
commit | abe12fe7a7798e2beb04bc73d1437f5b02be5802 (patch) | |
tree | 5f7bbbb2e876adb761623ef615e49083e50faff1 /make | |
parent | b703c42420c4e832d86596c2cd9194ea4644b3c3 (diff) |
Set the macOS deployment target to 10.10 when building from the cli.
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 4a08147f1..1e06fb7ad 100644 --- a/make/variant/darwin.defs +++ b/make/variant/darwin.defs @@ -1,4 +1,4 @@ -UB.xcconfigs = osx107.i386 osx107.x86_64 +UB.xcconfigs = osx1010.i386 osx1010.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)) |