mirror of
https://github.com/ossrs/srs.git
synced 2025-03-09 15:49:59 +00:00
Fix make -jN random failed.
This commit is contained in:
parent
7f7b016b8e
commit
cee4feda61
3 changed files with 6 additions and 2 deletions
|
@ -19,6 +19,7 @@ echo "Generating lib ${LIB_NAME} depends."
|
|||
echo "" >> ${FILE}
|
||||
echo "# archive library ${LIB_TAGET_STATIC}" >> ${FILE}
|
||||
echo "${BUILD_KEY}: ${LIB_TAGET_STATIC}" >> ${FILE}
|
||||
echo "" >> ${FILE}
|
||||
|
||||
# build depends
|
||||
echo -n "${LIB_TAGET_STATIC}: " >> ${FILE}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue