1
0
Fork 0
mirror of https://github.com/ossrs/srs.git synced 2025-02-13 03:41:55 +00:00

fix sys-ssl librtmp build bug.

This commit is contained in:
winlin 2016-09-15 13:11:42 +08:00
parent 92fb81003c
commit 4bcd90d747

View file

@ -70,6 +70,9 @@ endif
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
endif
ssl:
@mkdir -p objs