From ed1f120b0b89b2ef7d7afa6569fb4454ba308e7e Mon Sep 17 00:00:00 2001 From: Jacques Pienaar Date: Thu, 25 Dec 2025 22:24:49 +0200 Subject: [PATCH] build: Remove --no-lock flag from macOS build instructions (#2584) ### Problem description -no-lock CLI options has been removed https://github.com/Homebrew/homebrew-bundle/pull/1509. ### Implementation description Remove flag from invocation. --- dist/compiling/macos.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dist/compiling/macos.md b/dist/compiling/macos.md index c8122a62e..e55e0b4e0 100644 --- a/dist/compiling/macos.md +++ b/dist/compiling/macos.md @@ -3,7 +3,7 @@ On macOS, ImHex is built through regular GCC and LLVM clang. 1. Clone the repo using `git clone https://github.com/WerWolv/ImHex --recurse-submodules` -2. Install all the dependencies using `brew bundle --no-lock --file dist/macOS/Brewfile` +2. Install all the dependencies using `brew bundle --file dist/macOS/Brewfile` 3. Build ImHex itself using the following commands: ```sh cd ImHex