Skip to content

Commit

Permalink
_build.sh: fix to prev [ci skip]
Browse files Browse the repository at this point in the history
Follow-up to b8faa90
  • Loading branch information
vszakats committed Jul 8, 2024
1 parent b8faa90 commit cfedfab
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions _build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -1185,8 +1185,8 @@ build_single_target() {
# Minimum SDK version supported by Xcode releases:
# https://developer.apple.com/support/xcode/

# Do not pick up components from these prefixes:
_CMAKE_GLOBAL+=" -DCMAKE_IGNORE_PREFIX_PATH=/usr/local;${brew_root}"
# Do not pick up components from this prefix:
_CMAKE_GLOBAL+=" -DCMAKE_IGNORE_PREFIX_PATH=$(brew --prefix)"

# 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 cfedfab

Please sign in to comment.