summaryrefslogtreecommitdiffstats
path: root/app/pkg-config_wrapper.sh
diff options
context:
space:
mode:
Diffstat (limited to 'app/pkg-config_wrapper.sh')
-rw-r--r--app/pkg-config_wrapper.sh6
1 files changed, 0 insertions, 6 deletions
diff --git a/app/pkg-config_wrapper.sh b/app/pkg-config_wrapper.sh
deleted file mode 100644
index 02ed39b..0000000
--- a/app/pkg-config_wrapper.sh
+++ /dev/null
@@ -1,6 +0,0 @@
-#!/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 "$@"