summaryrefslogtreecommitdiffstats
path: root/Jamrules
diff options
context:
space:
mode:
authortiter <[email protected]>2006-02-15 23:09:01 +0000
committertiter <[email protected]>2006-02-15 23:09:01 +0000
commit1b8b1c6c2689da418d21201ba4765eb8042ca1ec (patch)
tree9ad9d2d6885715326af7ab6ca4a118caf7f4f51d /Jamrules
parent518b6e989690c17a12f17ad26d9da7b03b7d2996 (diff)
Started iPod-dedicated interface
Set svn:ignore properties git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@23 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 9727c5cd1..dcbcf4a8a 100644
--- a/Jamrules
+++ b/Jamrules
@@ -27,7 +27,7 @@ rule OSXApp
actions OSXApp
{
$(RM) $(<) macosx/build/HandBrake.app && \
- ( cd macosx && xcodebuild ) && \
+ ( cd macosx && xcodebuild -alltargets ) && \
mv macosx/build/Default/HandBrake.app $(<) && \
for i in $(LANGUAGES) ; do \
( cd $(<)/Contents/Resources && \