OSDN Git Service

MacGui: HTTP optimized mp4 implementation
[handbrake-jp/handbrake-jp-git.git] / Jamrules
index 787ec53..1e698ba 100644 (file)
--- 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 && \