summaryrefslogtreecommitdiffstats
path: root/Jamrules
diff options
context:
space:
mode:
authordynaflash <[email protected]>2007-11-26 16:19:28 +0000
committerdynaflash <[email protected]>2007-11-26 16:19:28 +0000
commitb414e35dce7ee86da8229ce2a9c04ecc7c890955 (patch)
tree1c9a43fa26323fdf512b38a7ea30d05f0ed6bfb7 /Jamrules
parentd916aa693d36dd24e557418707d524855d1a5d24 (diff)
Mac OSX 10.5 Leopard / Xcode 3 Compatibility
- Builds using jam on Leopard with Xcode 3 using the 10.5 sdk - Will NOT build on Tiger. Leopard only. - Contrib packs are not updated. Jam build only for now. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@1077 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'Jamrules')
-rw-r--r--Jamrules2
1 files changed, 1 insertions, 1 deletions
diff --git a/Jamrules b/Jamrules
index 787ec533e..1e698ba2a 100644
--- a/Jamrules
+++ b/Jamrules
@@ -27,7 +27,7 @@ rule OSXApp
actions OSXApp
{
$(RM) $(<) macosx/build/HandBrake.app && \
- ( cd macosx && xcodebuild -alltargets ) && \
+ ( cd macosx && xcodebuild -target libhb -target HandBrake -target HandBrakeCLI ) && \
for i in $(LANGUAGES) ; do \
( cd $(<)/Contents/Resources && \
cp -r English.lproj $i.lproj && \