mirror of
https://github.com/curl/curl.git
synced 2025-09-14 16:12:43 +03:00
assume zlib 1.1.4 - pointed out by Kevin Roth
This commit is contained in:
parent
5c858965b8
commit
ff8abfca85
|
@ -13,7 +13,7 @@ CC = gcc
|
||||||
RM = rm -f
|
RM = rm -f
|
||||||
STRIP = strip -s
|
STRIP = strip -s
|
||||||
OPENSSL_PATH = ../../openssl-0.9.6g
|
OPENSSL_PATH = ../../openssl-0.9.6g
|
||||||
ZLIB_PATH = ../../zlib-1.1.3
|
ZLIB_PATH = ../../zlib-1.1.4
|
||||||
|
|
||||||
# We may need these someday
|
# We may need these someday
|
||||||
# PERL = perl
|
# PERL = perl
|
||||||
|
|
Loading…
Reference in New Issue
Block a user