02ed39b9d915f412154c93973a2e406733bf762e
[apps/onscreenapp.git] / app / pkg-config_wrapper.sh
1 #!/bin/sh
2 PKG_CONFIG_SYSROOT_DIR=/opt/sdk/sysroots/aarch64-agl-linux
3 export PKG_CONFIG_SYSROOT_DIR
4 PKG_CONFIG_LIBDIR=/opt/sdk/sysroots/aarch64-agl-linux/usr/lib/pkgconfig:/opt/sdk/sysroots/aarch64-agl-linux/usr/share/pkgconfig
5 export PKG_CONFIG_LIBDIR
6 exec pkg-config "$@"