mirror of
https://github.com/OpenTTD/OpenTTD.git
synced 2025-06-28 08:00:14 +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
|
||||
else
|
||||
# Make sure it exists
|
||||
if [ -f "$zlib" ]
|
||||
if [ -f "$with_zlib" ]
|
||||
then
|
||||
zlib=`ls $with_zlib 2>/dev/null`
|
||||
else
|
||||
|
Loading…
Reference in New Issue
Block a user