diff --git a/scripts/macos-make-universal.sh b/scripts/macos-make-universal.sh index 91e108900..6c2e6fb7a 100755 --- a/scripts/macos-make-universal.sh +++ b/scripts/macos-make-universal.sh @@ -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