Skip to content

Commit

Permalink
brew install coreutils
Browse files Browse the repository at this point in the history
  • Loading branch information
ringabout committed Dec 13, 2024
1 parent 1c0da4a commit 55112fd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions deps.sh
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,7 @@ if [[ ! -d $output ]]; then
xargs < "$basedir/buildreq.txt" "$basedir/bw-install.sh" -o "$toolchain" -t "$triple"
;;
darwin)
brew install coreutils
xargs < "$basedir/buildreq.txt" "$basedir/bw-install.sh" -t "$triple"
;;
esac
Expand Down

0 comments on commit 55112fd

Please sign in to comment.