Skip to content

Commit ebe939e

Browse files
committed
Install meson, makepkg and ninja on MacOS
1 parent 17c0470 commit ebe939e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

prepare.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ if [ "$(uname -s)" = "Darwin" ]; then
77
## Check if using brew
88
if command -v brew &> /dev/null; then
99
brew update
10-
brew install gettext texinfo bison flex gnu-sed ncurses gsl gmp mpfr autoconf automake cmake libusb-compat libarchive gpgme bash openssl libtool zlib
10+
brew install gettext texinfo bison flex gnu-sed ncurses gsl gmp mpfr autoconf automake cmake libusb-compat libarchive gpgme bash openssl libtool zlib makepkg meson ninja
1111
brew reinstall openssl # https://github.com/Homebrew/homebrew-core/issues/169728#issuecomment-2074958306
1212
fi
1313
## Check if using MacPorts

0 commit comments

Comments
 (0)