From 07845f29a3ce1f4dd094b57a4aadc0416c9cf90b Mon Sep 17 00:00:00 2001 From: Frans de Jonge Date: Mon, 7 Jul 2025 19:40:27 +0200 Subject: [PATCH] Revert "doc: fix macOS build instructions (#14030)" (#14033) This reverts commit 8a7e077cdd1223b91837d807a6750e7b4d2230b6. --- doc/Building.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/Building.md b/doc/Building.md index ced06b8e0..bfd47937b 100644 --- a/doc/Building.md +++ b/doc/Building.md @@ -115,7 +115,7 @@ Install the prerequisites using [Homebrew](https://brew.sh/): ``` brew install autoconf automake bash binutils cmake coreutils findutils \ - flock gnu-getopt libtool make meson nasm ninja pkg-config sdl2 util-linux + gnu-getopt libtool make meson nasm ninja pkg-config sdl2 util-linux ``` You will also have to ensure Homebrew's findutils, gnu-getopt, make & util-linux are in your path, e.g., via