From c816607cbb01c2398dd5b94fdab3b5904d19b82f Mon Sep 17 00:00:00 2001 From: Viktor Szakats Date: Tue, 9 Jul 2024 00:44:19 +0200 Subject: [PATCH] _build.sh: more fix to prev [ci skip] Follow-up to cfedfab66c5371d715f5585aaf48b200e66f4a74 --- _build.sh | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/_build.sh b/_build.sh index fc471a270..f8cb31b35 100755 --- a/_build.sh +++ b/_build.sh @@ -1185,8 +1185,9 @@ build_single_target() { # Minimum SDK version supported by Xcode releases: # https://developer.apple.com/support/xcode/ - # Do not pick up components from this prefix: - _CMAKE_GLOBAL+=" -DCMAKE_IGNORE_PREFIX_PATH=$(brew --prefix)" + # Do not pick up components from this prefix + # (hard-coded as-is into CMake): + _CMAKE_GLOBAL+=' -DCMAKE_IGNORE_PREFIX_PATH=/usr/local' # Explicitly set the SDK root. # We set it for all build tools for macOS to gain control over this.