From c376759be0202ab06e30447efcd616e53e65b015 Mon Sep 17 00:00:00 2001 From: iTrooz Date: Fri, 19 Dec 2025 12:18:39 +0100 Subject: [PATCH] chore: update invalid comments in arm64 Dockerfile --- dist/macOS/arm64.Dockerfile | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/dist/macOS/arm64.Dockerfile b/dist/macOS/arm64.Dockerfile index 5958e0ed7..2bea287e9 100644 --- a/dist/macOS/arm64.Dockerfile +++ b/dist/macOS/arm64.Dockerfile @@ -150,9 +150,7 @@ EOF # Build ImHex ## Copy ImHex COPY --from=imhex / /mnt/ImHex -## Patch ImHex with hacks -# COPY toolchain.cmake.2 /osxcross/target/toolchain.cmake -# Configure ImHex build +## Configure ImHex build RUN --mount=type=cache,target=/cache --mount=type=cache,target=/mnt/ImHex/build/_deps \ cd /mnt/ImHex && \ # compilers