Skip to content

Commit

Permalink
added detection path in find_zlib
Browse files Browse the repository at this point in the history
  • Loading branch information
carterscottm committed Oct 26, 2018
1 parent 69ad9dc commit b968ffd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pack/df_linux/distro_fixes.sh
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ dlog() {
}

find_zlib() {
for hint in "$@" /usr/lib32 /lib32 /usr/lib/i386-linux-gnu /usr/lib/mesa-diverted/i386-linux-gnu /usr/lib ; do
for hint in "$@" /usr/lib32 /lib32 /usr/lib/i386-linux-gnu /usr/lib/mesa-diverted/i386-linux-gnu /usr/lib /lib/x86_64-linux-gnu; do
if [ -f "$hint" ]; then
ZLIB_PATH="$hint"
break
Expand Down

0 comments on commit b968ffd

Please sign in to comment.