We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a586554 commit cff34d6Copy full SHA for cff34d6
dev/m4/syslibs.m4
@@ -21,7 +21,7 @@ fi
21
if [[ ${USE_MAC} == "no" ]]
22
then
23
# This does not work on the Mac
24
- ldconfig -v 2>/dev/null | grep -vP '\t' | cut -d : -f 1 > system-libs.txt
+ ${LDCONFIG} -v 2>/dev/null | grep -vP '\t' | cut -d : -f 1 > system-libs.txt
25
else
26
touch system-libs.txt
27
fi
0 commit comments