Skip to content

Commit

Permalink
Fix for ldconfig from Ozik (#88)
Browse files Browse the repository at this point in the history
  • Loading branch information
j-woz committed Feb 15, 2016
1 parent a586554 commit cff34d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dev/m4/syslibs.m4
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ fi
if [[ ${USE_MAC} == "no" ]]
then
# This does not work on the Mac
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
else
touch system-libs.txt
fi

0 comments on commit cff34d6

Please sign in to comment.