build.sh: Change macOS PKG_CONFIG_PATH -> PKG_CONFIG_LIBDIR

This commit is contained in:
Matt Borgerson 2025-03-07 23:41:43 -07:00 committed by mborgerson
parent 67bb27f760
commit 05072e23f1
1 changed files with 1 additions and 1 deletions

View File

@ -225,7 +225,7 @@ case "$platform" in # Adjust compilation options based on platform
sys_cflags='-march=ivybridge'
fi
sys_ldflags='-headerpad_max_install_names'
export PKG_CONFIG_PATH="${lib_prefix}/lib/pkgconfig"
export PKG_CONFIG_LIBDIR="${lib_prefix}/lib/pkgconfig"
opts="$opts --disable-cocoa --cross-prefix="
postbuild='package_macos'
;;