1
0
Fork 0
mirror of https://github.com/ossrs/srs.git synced 2025-02-15 04:42:04 +00:00

Refine script

This commit is contained in:
winlin 2021-01-18 12:34:11 +08:00
parent 4bb3ad5637
commit e26b685169

View file

@ -504,7 +504,7 @@ if [[ $SRS_SSL == YES && $SRS_USE_SYS_SSL != YES ]]; then
fi fi
# cross build not specified, if exists flag, need to rebuild for no-arm platform. # cross build not specified, if exists flag, need to rebuild for no-arm platform.
if [[ -f ${SRS_OBJS}/${SRS_PLATFORM}/openssl/lib/libssl.a ]]; then if [[ -f ${SRS_OBJS}/${SRS_PLATFORM}/openssl/lib/libssl.a ]]; then
echo "Openssl-1.1.0e is ok."; echo "The $OPENSSL_CANDIDATE is ok.";
else else
echo "Building $OPENSSL_CANDIDATE."; echo "Building $OPENSSL_CANDIDATE.";
( (