diff options
Diffstat (limited to 'src/gpg-error-config-test.sh')
-rwxr-xr-x | src/gpg-error-config-test.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/gpg-error-config-test.sh b/src/gpg-error-config-test.sh index 0501c8d..527e118 100755 --- a/src/gpg-error-config-test.sh +++ b/src/gpg-error-config-test.sh @@ -7,6 +7,8 @@ export PKG_CONFIG_PATH if [ "$1" = --old-new ]; then PKG_CONFIG_CMD=./gpg-error-config-old else + PKG_CONFIG_SYSROOT_DIR="/var/example-target" + export PKG_CONFIG_SYSROOT_DIR PKG_CONFIG_CMD="pkg-config gpg-error" if ! $PKG_CONFIG_CMD --exists >/dev/null; then exit 77 # Skip tests |