mirror of
https://github.com/curl/curl.git
synced 2025-04-12 16:20:35 +08:00
src/Makefile.m32: fix typo in brotli lib customization
Ref cc1f4436099decb9d1a7034b2bb773a9f8379d31
This commit is contained in:
parent
cc1f443609
commit
3962a3cfcb
@ -305,7 +305,7 @@ endif
|
||||
ifdef BROTLI
|
||||
INCLUDES += -I"$(BROTLI_PATH)/include"
|
||||
CFLAGS += -DHAVE_BROTLI
|
||||
curl_LDADD += -L"$(BROTLI_PATH)/lib" -lbrotlidec
|
||||
curl_LDADD += -L"$(BROTLI_PATH)/lib"
|
||||
ifdef BROTLI_LIBS
|
||||
curl_LDADD += $(BROTLI_LIBS)
|
||||
else
|
||||
|
Loading…
x
Reference in New Issue
Block a user