mirror of
https://github.com/ossrs/srs.git
synced 2025-03-09 15:49:59 +00:00
fix sys-ssl librtmp build bug.
This commit is contained in:
parent
92fb81003c
commit
4bcd90d747
1 changed files with 3 additions and 0 deletions
|
@ -70,6 +70,9 @@ endif
|
||||||
ifeq ($(HANDSHAKE), SSL)
|
ifeq ($(HANDSHAKE), SSL)
|
||||||
SRS_LIBSSL_L = $(SRS_OBJS)/openssl/lib/libssl.a $(SRS_OBJS)/openssl/lib/libcrypto.a
|
SRS_LIBSSL_L = $(SRS_OBJS)/openssl/lib/libssl.a $(SRS_OBJS)/openssl/lib/libcrypto.a
|
||||||
endif
|
endif
|
||||||
|
ifneq ($(shell test -f $(SRS_OBJS)/openssl/lib/libssl.a && echo yes), yes)
|
||||||
|
SRS_LIBSSL_L = -lssl -lcrypt
|
||||||
|
endif
|
||||||
|
|
||||||
ssl:
|
ssl:
|
||||||
@mkdir -p objs
|
@mkdir -p objs
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue