From 894c0ec4826fc36ab3303671da7b2fb595419e33 Mon Sep 17 00:00:00 2001 From: Ty Date: Mon, 19 May 2025 14:19:38 -0400 Subject: [PATCH] Updated 11 Building on MacOS (markdown) --- 11-Building-on-MacOS.md | 1 + 1 file changed, 1 insertion(+) diff --git a/11-Building-on-MacOS.md b/11-Building-on-MacOS.md index 98ab8ce..4cfdabf 100644 --- a/11-Building-on-MacOS.md +++ b/11-Building-on-MacOS.md @@ -20,6 +20,7 @@ You will need Intel versions of all the dependencies. **Dependencies from Homeb Add the following extra flags to the cmake invocation listed in the Intel Mac section: - `-DCMAKE_OSX_ARCHITECTURES=x86_64`. This tells cmake to do an Intel build even though you're on an arm Mac. +- `-DCMAKE_IGNORE_PATH="/opt/homebrew"`. This tells the linker to ignore any homebrew dependencies. This may be required when cross compiling from arm64 to x86_64. # Building for development