mirror of
https://github.com/ossrs/srs.git
synced 2025-03-09 15:49:59 +00:00
print the system info when startup main
This commit is contained in:
parent
2eeb289c2f
commit
d89d16ca1e
4 changed files with 21 additions and 9 deletions
|
@ -3,6 +3,7 @@
|
|||
# variables, parent script must set it:
|
||||
# SRS_JOBS: the build jobs.
|
||||
# SrsArmMakeOptions: the arm make options for ubuntu12(armhf, v7cpu)
|
||||
# SRS_AUTO_HEADERS_H: the auto generated header file.
|
||||
|
||||
#####################################################################################
|
||||
#####################################################################################
|
||||
|
@ -542,3 +543,6 @@ if [ $SRS_ARM_UBUNTU12 = YES ]; then
|
|||
else
|
||||
echo "#undef SRS_ARM_UBUNTU12" >> $SRS_AUTO_HEADERS_H
|
||||
fi
|
||||
|
||||
# new empty line to auto headers file.
|
||||
echo "" >> $SRS_AUTO_HEADERS_H
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue