From abe12fe7a7798e2beb04bc73d1437f5b02be5802 Mon Sep 17 00:00:00 2001 From: Damiano Galassi Date: Thu, 23 Aug 2018 17:06:54 +0200 Subject: Set the macOS deployment target to 10.10 when building from the cli. --- make/variant/darwin.defs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'make') 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)) -- cgit v1.2.3