]> granicus.if.org Git - handbrake/commitdiff
Set the macOS deployment target to 10.10 when building from the cli.
authorDamiano Galassi <damiog@gmail.com>
Thu, 23 Aug 2018 15:06:54 +0000 (17:06 +0200)
committerDamiano Galassi <damiog@gmail.com>
Thu, 23 Aug 2018 15:06:54 +0000 (17:06 +0200)
macosx/xcconfig/base/os.osx1010.xcconfig [new file with mode: 0644]
macosx/xcconfig/osx1010.i386.xcconfig [new file with mode: 0644]
macosx/xcconfig/osx1010.x86_64.xcconfig [new file with mode: 0644]
make/variant/darwin.defs

diff --git a/macosx/xcconfig/base/os.osx1010.xcconfig b/macosx/xcconfig/base/os.osx1010.xcconfig
new file mode 100644 (file)
index 0000000..e6a6a4e
--- /dev/null
@@ -0,0 +1 @@
+MACOSX_DEPLOYMENT_TARGET = 10.10
diff --git a/macosx/xcconfig/osx1010.i386.xcconfig b/macosx/xcconfig/osx1010.i386.xcconfig
new file mode 100644 (file)
index 0000000..beb8e33
--- /dev/null
@@ -0,0 +1,3 @@
+#include "base/os.osx1010.xcconfig"
+#include "base/arch.i386.xcconfig"
+EXTERNAL_XCCONFIG = osx1010.i386
diff --git a/macosx/xcconfig/osx1010.x86_64.xcconfig b/macosx/xcconfig/osx1010.x86_64.xcconfig
new file mode 100644 (file)
index 0000000..5f17649
--- /dev/null
@@ -0,0 +1,3 @@
+#include "base/os.osx1010.xcconfig"
+#include "base/arch.x86_64.xcconfig"
+EXTERNAL_XCCONFIG = osx1010.x86_64
index 4a08147f1a03126ddcc7dad1a532308b51860617..1e06fb7ade265041ccd678186df226f02459d614 100644 (file)
@@ -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))