mirror of
https://github.com/moparisthebest/curl
synced 2025-03-11 15:50:48 -04: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
|
ifdef BROTLI
|
||||||
INCLUDES += -I"$(BROTLI_PATH)/include"
|
INCLUDES += -I"$(BROTLI_PATH)/include"
|
||||||
CFLAGS += -DHAVE_BROTLI
|
CFLAGS += -DHAVE_BROTLI
|
||||||
curl_LDADD += -L"$(BROTLI_PATH)/lib" -lbrotlidec
|
curl_LDADD += -L"$(BROTLI_PATH)/lib"
|
||||||
ifdef BROTLI_LIBS
|
ifdef BROTLI_LIBS
|
||||||
curl_LDADD += $(BROTLI_LIBS)
|
curl_LDADD += $(BROTLI_LIBS)
|
||||||
else
|
else
|
||||||
|
Loading…
x
Reference in New Issue
Block a user