summaryrefslogtreecommitdiffstats
path: root/demo3/vertical/restriction/app/pkg-config_wrapper.sh
blob: 02ed39b9d915f412154c93973a2e406733bf762e (plain)
1
2
3
4
5
6
#!/bin/sh
PKG_CONFIG_SYSROOT_DIR=/opt/sdk/sysroots/aarch64-agl-linux
export PKG_CONFIG_SYSROOT_DIR
PKG_CONFIG_LIBDIR=/opt/sdk/sysroots/aarch64-agl-linux/usr/lib/pkgconfig:/opt/sdk/sysroots/aarch64-agl-linux/usr/share/pkgconfig
export PKG_CONFIG_LIBDIR
exec pkg-config "$@"