mirror of
https://github.com/curl/curl.git
synced 2024-11-21 01:16:58 +08:00
Enable >2GB files for MingW.
This commit is contained in:
parent
539e34b5df
commit
cef290c6b4
@ -26,7 +26,7 @@ STRIP = strip -g
|
||||
## Nothing more to do below this line!
|
||||
|
||||
INCLUDES = -I. -I../include
|
||||
CFLAGS = -g -O2 -DMINGW32 -DBUILDING_LIBCURL
|
||||
CFLAGS = -g -O2 -DMINGW32 -DBUILDING_LIBCURL -DHAVE_LONGLONG
|
||||
ifdef SSL
|
||||
INCLUDES += -I"$(OPENSSL_PATH)/outinc" -I"$(OPENSSL_PATH)/outinc/openssl"
|
||||
CFLAGS += -DUSE_SSLEAY -DHAVE_OPENSSL_ENGINE_H
|
||||
|
Loading…
Reference in New Issue
Block a user