summaryrefslogtreecommitdiffstats
path: root/make
diff options
context:
space:
mode:
Diffstat (limited to 'make')
-rw-r--r--make/variant/darwin.defs2
1 files changed, 1 insertions, 1 deletions
diff --git a/make/variant/darwin.defs b/make/variant/darwin.defs
index a966826bc..6ff2ff48d 100644
--- a/make/variant/darwin.defs
+++ b/make/variant/darwin.defs
@@ -3,7 +3,7 @@ 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