mirror of
https://github.com/ossrs/srs.git
synced 2025-02-13 03:41:55 +00:00
Add machine to build dir
This commit is contained in:
parent
2376c4cebb
commit
3aba2f3479
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@ else
|
|||
SRS_PLATFORM="${SRS_PLATFORM}-${GCC_VERSION}"
|
||||
fi
|
||||
# Use isolate cache for different SRS version.
|
||||
SRS_PLATFORM="${SRS_PLATFORM}-SRS4"
|
||||
SRS_PLATFORM="${SRS_PLATFORM}-SRS4-$(uname -m)"
|
||||
|
||||
if [[ $SRS_CROSS_BUILD == YES ]]; then
|
||||
SRS_PLATFORM="${SRS_PLATFORM}-CROSSBUILD-$(echo $SRS_TOOL_CC|awk -F - '{print $1}')"
|
||||
|
|
Loading…
Reference in a new issue