diff options
Diffstat (limited to 'make/variant')
-rw-r--r-- | make/variant/darwin.defs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/make/variant/darwin.defs b/make/variant/darwin.defs index 6ff2ff48d..4c9d06bb2 100644 --- a/make/variant/darwin.defs +++ b/make/variant/darwin.defs @@ -7,7 +7,7 @@ UB.BUILD = $(SRC/)configure --force --build=ub.$(1) --arch=$(1) --launch --launc ## linefeed is important define UB.BUILD.item - $(call UB.BUILD,$(1)) + $(call UB.BUILD,$(1)) --launch-jobs=0 endef |