mirror of
https://github.com/ossrs/srs.git
synced 2025-02-12 11:21:52 +00:00
Update build script
This commit is contained in:
parent
0081525380
commit
f8b0bc122b
1 changed files with 1 additions and 1 deletions
2
trunk/configure
vendored
2
trunk/configure
vendored
|
@ -52,7 +52,7 @@ SrsLibrtmpSampleEntry="nossl"
|
|||
if [ $SRS_SSL = YES ]; then SrsLibrtmpSampleEntry="ssl";fi
|
||||
# utest make entry, (cd utest; make)
|
||||
SrsUtestMakeEntry="@echo -e \"ignore utest for it's disabled\""
|
||||
if [ $SRS_UTEST = YES ]; then SrsUtestMakeEntry="(cd ${SRS_OBJS_DIR}/utest; \$(MAKE))"; fi
|
||||
if [ $SRS_UTEST = YES ]; then SrsUtestMakeEntry="(cd ${SRS_OBJS_DIR}/${SRS_PLATFORM}/utest; \$(MAKE))"; fi
|
||||
|
||||
#####################################################################################
|
||||
# finger out modules to install.
|
||||
|
|
Loading…
Reference in a new issue