OSDN Git Service

LinGui: make Help->Guide work on windows/mingw
[handbrake-jp/handbrake-jp-git.git] / make / variant / darwin.defs
index a966826..4c9d06b 100644 (file)
@@ -3,11 +3,11 @@ UB.builds = $(wildcard $(foreach n,$(UB.archs),$(SRC/)build.$n))
 UB.first  = $(word 1,$(UB.archs))
 UB.other  = $(wordlist 2,999,$(UB.archs))
 
-UB.BUILD = $(SRC/)configure --build=ub.$(1) --arch=$(1) --launch --launch-quiet
+UB.BUILD = $(SRC/)configure --force --build=ub.$(1) --arch=$(1) --launch --launch-quiet
 
 ## linefeed is important
 define UB.BUILD.item
-       $(call UB.BUILD,$(1))
+       $(call UB.BUILD,$(1)) --launch-jobs=0
 
 endef