mirror of
https://github.com/xemu-project/xemu.git
synced 2026-07-11 01:24:41 +02:00
build.sh: Change macOS PKG_CONFIG_PATH -> PKG_CONFIG_LIBDIR
This commit is contained in:
committed by
mborgerson
parent
67bb27f760
commit
05072e23f1
@@ -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'
|
||||
;;
|
||||
|
||||
Reference in New Issue
Block a user