We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8b3823d commit 1c33dd7Copy full SHA for 1c33dd7
apple/init-env.sh
@@ -56,8 +56,9 @@ function init_plat_env() {
56
57
if [[ "$XC_PLAT" != 'macos' ]]; then
58
export XC_FORCE_CROSS=true
59
- export PKG_CONFIG=$(which pkg-config)
60
fi
+ #on intel compile arm64 harfbuzz can't find pkg-config
61
+ export PKG_CONFIG=$(which pkg-config)
62
63
if [[ "$XC_PLAT" == 'ios' ]]; then
64
export XC_OTHER_CFLAGS="-fembed-bitcode"
@@ -126,6 +127,7 @@ function init_libs_pkg_config_path() {
126
127
# https://gstreamer-devel.narkive.com/TeNagSKN/gst-devel-disabling-pkg-config-path
128
# export PKG_CONFIG_LIBDIR=${sysroot}/lib/pkgconfig
129
export PKG_CONFIG_LIBDIR="$pkg_cfg_dir"
130
+ echo "PKG_CONFIG_LIBDIR:$PKG_CONFIG_LIBDIR"
131
}
132
133
function init_arch_env () {
0 commit comments