mirror of
https://github.com/ossrs/srs.git
synced 2025-02-14 20:31:56 +00:00
fix sys-ssl librtmp build bug.
This commit is contained in:
parent
4bcd90d747
commit
99d87f9f9c
1 changed files with 1 additions and 1 deletions
|
@ -71,7 +71,7 @@ ifeq ($(HANDSHAKE), SSL)
|
|||
SRS_LIBSSL_L = $(SRS_OBJS)/openssl/lib/libssl.a $(SRS_OBJS)/openssl/lib/libcrypto.a
|
||||
endif
|
||||
ifneq ($(shell test -f $(SRS_OBJS)/openssl/lib/libssl.a && echo yes), yes)
|
||||
SRS_LIBSSL_L = -lssl -lcrypt
|
||||
SRS_LIBSSL_L = -lssl -lcrypto
|
||||
endif
|
||||
|
||||
ssl:
|
||||
|
|
Loading…
Reference in a new issue