Skip to content

Commit cff34d6

Browse files
committed
Fix for ldconfig from Ozik (#88)
1 parent a586554 commit cff34d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dev/m4/syslibs.m4

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ fi
2121
if [[ ${USE_MAC} == "no" ]]
2222
then
2323
# This does not work on the Mac
24-
ldconfig -v 2>/dev/null | grep -vP '\t' | cut -d : -f 1 > system-libs.txt
24+
${LDCONFIG} -v 2>/dev/null | grep -vP '\t' | cut -d : -f 1 > system-libs.txt
2525
else
2626
touch system-libs.txt
2727
fi

0 commit comments

Comments
 (0)