mirror of
https://github.com/OpenTTD/OpenTTD.git
synced 2025-08-17 00:29:30 +01:00
(svn r7813) -Fix (r7799): it is $with_zlib, not $zlib.
This commit is contained in:
parent
1987b32a8d
commit
825eb245c4
@ -1672,7 +1672,7 @@ detect_zlib() {
|
|||||||
fi
|
fi
|
||||||
else
|
else
|
||||||
# Make sure it exists
|
# Make sure it exists
|
||||||
if [ -f "$zlib" ]
|
if [ -f "$with_zlib" ]
|
||||||
then
|
then
|
||||||
zlib=`ls $with_zlib 2>/dev/null`
|
zlib=`ls $with_zlib 2>/dev/null`
|
||||||
else
|
else
|
||||||
|
Loading…
Reference in New Issue
Block a user