mirror of
https://github.com/ossrs/srs.git
synced 2025-03-09 15:49:59 +00:00
for #485, support cross build for arm
This commit is contained in:
parent
16730ea031
commit
f6e655396c
4 changed files with 35 additions and 23 deletions
3
trunk/configure
vendored
3
trunk/configure
vendored
|
@ -23,6 +23,9 @@ BLACK="\\033[0m"
|
|||
# parse options, exit with error when parse options invalid.
|
||||
. auto/options.sh
|
||||
|
||||
# setup variables when options parsed.
|
||||
. auto/setup_variables.sh
|
||||
|
||||
# clean the exists, when not export srs-librtmp.
|
||||
# do this only when the options is ok.
|
||||
if [[ -f Makefile ]]; then
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue