Cleanup: simplify macOS make deps instructions

This commit is contained in:
Brecht Van Lommel 2022-06-22 18:17:47 +02:00
parent 9f4ec73101
commit 1cde1562e8
1 changed files with 1 additions and 4 deletions

View File

@ -56,10 +56,7 @@ if(UNIX)
"On Debian and Ubuntu:\n"
" apt install autoconf automake libtool yasm tcl ninja-build meson python3-mako\n"
"\n"
"On macOS Intel (with homebrew):\n"
" brew install autoconf automake bison libtool pkg-config yasm\n"
"\n"
"On macOS ARM (with homebrew):\n"
"On macOS (with homebrew):\n"
" brew install autoconf automake bison flex libtool pkg-config yasm\n"
"\n"
"Other platforms:\n"