CMake/deps: Updated deps build requirements prompt for macOS arm64

Building deps on macOS arm64 has slightly different requirements.
Belongs to 4b3dcd8069
This commit is contained in:
Sebastián Barschkis 2021-03-16 16:55:14 +01:00
parent 5ac47cded1
commit 970e246ccc
1 changed files with 4 additions and 1 deletions

View File

@ -72,9 +72,12 @@ if(UNIX)
"On Debian and Ubuntu:\n"
" apt install autoconf automake libtool yasm tcl ninja-build meson python3-mako\n"
"\n"
"On macOS (with homebrew):\n"
"On macOS Intel (with homebrew):\n"
" brew install autoconf automake bison libtool pkg-config yasm\n"
"\n"
"On macOS ARM (with homebrew):\n"
" brew install autoconf automake bison flex libtool pkg-config yasm\n"
"\n"
"Other platforms:\n"
" Install equivalent packages.\n")
message(FATAL_ERROR "Install missing software before continuing")