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
|
@ -23,6 +23,8 @@ echo "# build ${APP_TARGET}" >> ${FILE}
|
|||
# generate the binary depends, for example:
|
||||
# srs: objs/srs
|
||||
echo "${BUILD_KEY}: ${APP_TARGET}" >> ${FILE}
|
||||
echo "" >> ${FILE}
|
||||
|
||||
# the link commands, for example:
|
||||
# objs/srs: objs/src/core/srs_core.o
|
||||
echo -n "${APP_TARGET}: " >> ${FILE}
|
||||
|
@ -88,5 +90,6 @@ done
|
|||
# link options.
|
||||
echo -n "${LINK_OPTIONS}" >> ${FILE}
|
||||
echo "" >> ${FILE}
|
||||
echo "" >> ${FILE}
|
||||
|
||||
echo -n "Generate app ${APP_NAME} ok"; echo '!';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue