summaryrefslogtreecommitdiffstats
path: root/build/app/config.tests/qlibwindowmanager/pkg-config_wrapper.sh
blob: fb5fe9e098ac510c76f9c25081af06b1c3093959 (plain)
1
2
3
4
5
6
#!/bin/sh
PKG_CONFIG_SYSROOT_DIR=/home/tte/work/sdk/guppy7.0.1/sysroots/aarch64-agl-linux
export PKG_CONFIG_SYSROOT_DIR
PKG_CONFIG_LIBDIR=/home/tte/work/sdk/guppy7.0.1/sysroots/aarch64-agl-linux/usr/lib/pkgconfig:/home/tte/work/sdk/guppy7.0.1/sysroots/aarch64-agl-linux/usr/share/pkgconfig:/home/tte/work/sdk/guppy7.0.1/sysroots/aarch64-agl-linux/usr/lib/aarch64-agl-linux/pkgconfig
export PKG_CONFIG_LIBDIR
exec pkg-config "$@"