Skip to content

Commit

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

# Do not pick up components from this prefix
# (hard-coded as-is into CMake):
_CMAKE_GLOBAL+=' -DCMAKE_IGNORE_PREFIX_PATH=/usr/local'
# 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 dae4018

Please sign in to comment.