Skip to content

Commit

Permalink
Add machine to build dir
Browse files Browse the repository at this point in the history
  • Loading branch information
winlinvip committed Jun 21, 2021
1 parent 2376c4c commit 3aba2f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion trunk/auto/setup_variables.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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}')"
Expand Down

0 comments on commit 3aba2f3

Please sign in to comment.