mirror of
https://github.com/curl/curl.git
synced 2025-03-31 16:00:35 +08:00
Makefile.mk: fix -rtmp
option for non-Windows [ci skip]
This commit is contained in:
parent
91188c6480
commit
c0d4fbb1f5
@ -145,7 +145,10 @@ ifneq ($(findstring -rtmp,$(CFG)),)
|
||||
CPPFLAGS += -DUSE_LIBRTMP
|
||||
CPPFLAGS += -I"$(LIBRTMP_PATH)"
|
||||
_LDFLAGS += -L"$(LIBRTMP_PATH)/librtmp"
|
||||
_LIBS += -lrtmp -lwinmm
|
||||
_LIBS += -lrtmp
|
||||
ifdef WIN32
|
||||
_LIBS += -lwinmm
|
||||
endif
|
||||
ZLIB := 1
|
||||
endif
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user