diff options
author | ritsuka <[email protected]> | 2015-05-21 16:57:49 +0000 |
---|---|---|
committer | ritsuka <[email protected]> | 2015-05-21 16:57:49 +0000 |
commit | 2cacd741ad291f71576aea4cddf6cd45b1d6b729 (patch) | |
tree | 26e5155ed4009719efd8e267cc6d19874844ddc2 /make | |
parent | b403424dea333a723fdbfd799d22a66fa6885251 (diff) |
MacGui: set the deployment target to 10.7.
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@7216 b64f7644-9d1e-0410-96f1-a4d463321fa5
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 755bcb571..4a08147f1 100644 --- a/make/variant/darwin.defs +++ b/make/variant/darwin.defs @@ -1,4 +1,4 @@ -UB.xcconfigs = osx106.i386 osx106.x86_64 +UB.xcconfigs = osx107.i386 osx107.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)) |