Skip to content

Commit

Permalink
_build.sh: more fix to prev [ci skip]
Browse files Browse the repository at this point in the history
Follow-up to cfedfab
  • Loading branch information
vszakats committed Jul 8, 2024
1 parent cfedfab commit c816607
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions _build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit c816607

Please sign in to comment.