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

Commit d3292543 authored by Elliott Hughes's avatar Elliott Hughes
Browse files

Switch the mac back to toybox xargs.

Test: make sdk
Change-Id: I29a6b0404e248553ecfdfdeb263aa9cd0d2fdb3e
parent 9ab556fd
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -119,9 +119,6 @@ var Configuration = map[string]PathConfig{
	"pgrep": LinuxOnlyPrebuilt,
	"pkill": LinuxOnlyPrebuilt,
	"ps":    LinuxOnlyPrebuilt,

	// The toybox xargs is currently breaking the mac build.
	"xargs": LinuxOnlyPrebuilt,
}

func init() {