mirror of https://github.com/xemu-project/xemu.git
build.sh: Change macOS PKG_CONFIG_PATH -> PKG_CONFIG_LIBDIR
This commit is contained in:
parent
67bb27f760
commit
05072e23f1
2
build.sh
2
build.sh
|
@ -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'
|
||||
;;
|
||||
|
|
Loading…
Reference in New Issue