Fix the pkg-config test
This commit is contained in:
parent
87d63dc472
commit
66cdf5365e
|
@ -38,7 +38,7 @@ _pkgconfig()
|
||||||
packages="$3"
|
packages="$3"
|
||||||
|
|
||||||
echo -n "$caption"
|
echo -n "$caption"
|
||||||
output=$($PKGCONFIG $options "$packages")
|
output=$(PKG_CONFIG_PATH="$PKG_CONFIG_PATH" $PKGCONFIG $options "$packages")
|
||||||
ret=$?
|
ret=$?
|
||||||
echo "$output"
|
echo "$output"
|
||||||
return $ret
|
return $ret
|
||||||
|
|
Loading…
Reference in New Issue
Block a user