mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-30 14:46:31 +00:00
oops, silence some debugging noise
This commit is contained in:
parent
f69bf9971b
commit
3c2974b822
@ -17,11 +17,11 @@ if $CMD.real $* |
|
|||||||
sed -e "s~\-L/~-L=/~g; s~\-I/~-I=/~g;" |
|
sed -e "s~\-L/~-L=/~g; s~\-I/~-I=/~g;" |
|
||||||
sed -e "s~\-L\=~-L$PKG_CONFIG_SYSROOT~g; s~\-I\=~-I$PKG_CONFIG_SYSROOT~g;"
|
sed -e "s~\-L\=~-L$PKG_CONFIG_SYSROOT~g; s~\-I\=~-I$PKG_CONFIG_SYSROOT~g;"
|
||||||
then
|
then
|
||||||
echo "PKG_CONFIG_LIBDIR=$PKG_CONFIG_LIBDIR" >&2
|
#echo "PKG_CONFIG_LIBDIR=$PKG_CONFIG_LIBDIR" >&2
|
||||||
echo "PKG_CONFIG_PATH=$PKG_CONFIG_PATH" >&2
|
#echo "PKG_CONFIG_PATH=$PKG_CONFIG_PATH" >&2
|
||||||
echo "OKAY" >&2;
|
#echo "OKAY" >&2;
|
||||||
exit 0;
|
exit 0;
|
||||||
else
|
else
|
||||||
echo "pkg-config failed!" >&2
|
echo "pkg-config failed!" >&2
|
||||||
exit 1
|
exit $?
|
||||||
fi
|
fi
|
||||||
|
Loading…
x
Reference in New Issue
Block a user