From 3aba2f3479c417031cc2270d90c793499b75092e Mon Sep 17 00:00:00 2001 From: winlin Date: Mon, 21 Jun 2021 14:05:46 +0800 Subject: [PATCH] Add machine to build dir --- trunk/auto/setup_variables.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/trunk/auto/setup_variables.sh b/trunk/auto/setup_variables.sh index ee111445ad..eea52a0ba5 100755 --- a/trunk/auto/setup_variables.sh +++ b/trunk/auto/setup_variables.sh @@ -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}')"