Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 568fdfe9 authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

Merge "ui: fix logic sense for multitree build"

parents a2be13e6 80f7035d
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -168,7 +168,7 @@ func (pb PrimaryBuilderFactory) primaryBuilderInvocation() bootstrap.PrimaryBuil
		commonArgs = append(commonArgs, "-t")
	}

	if !pb.config.multitreeBuild {
	if pb.config.multitreeBuild {
		commonArgs = append(commonArgs, "--multitree-build")
	}