diff options
| author | 2019-12-15 16:35:05 +0000 | |
|---|---|---|
| committer | 2019-12-15 16:35:05 +0000 | |
| commit | 0f41daf682c76f99585c7e6594840bcb4e950bf6 (patch) | |
| tree | 2105972003bad68a21087cea580486b8405431d8 | |
| parent | 950bf327b785702e4460e2820b39b6ae6e5a9edb (diff) | |
| parent | d3292543282cf8972df504f2fc4260c0d5278427 (diff) | |
Merge "Switch the mac back to toybox xargs."
| -rw-r--r-- | ui/build/paths/config.go | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/ui/build/paths/config.go b/ui/build/paths/config.go index f347a11a9..90ff70670 100644 --- a/ui/build/paths/config.go +++ b/ui/build/paths/config.go @@ -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() { |