Skip to content

Commit

Permalink
build: Remove brew make requirement for reals (#1720)
Browse files Browse the repository at this point in the history
  • Loading branch information
jcm93 authored Dec 14, 2024
1 parent 50ceb08 commit a02c0f8
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions scripts/macos-make-universal.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,6 @@ if ! command -v lipo >/dev/null; then
exit 1
fi

if ! command -v gmake >/dev/null; then
echo "Please install make via Homebrew (brew install make)"
exit 1
fi

# Change to parent directory (top-level)
cd "$(dirname "$0")"/.. || exit 1

Expand Down

0 comments on commit a02c0f8

Please sign in to comment.