Skip to content

Commit

Permalink
_build.sh: neuter pkg-config just in case [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
vszakats committed Aug 4, 2024
1 parent a96049f commit d2f80b9
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions _build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -1185,6 +1185,9 @@ build_single_target() {
_BINUTILS_SUFFIX="${_CCSUFFIX}"
fi

# Avoid picking up dependencies from system locations
export PKG_CONFIG_LIBDIR=

if [ "${_OS}" = 'mac' ]; then
# Minimum SDK version supported by Xcode releases:
# https://developer.apple.com/support/xcode/
Expand Down

0 comments on commit d2f80b9

Please sign in to comment.