Skip to content

Commit 73c7c81

Browse files
committed
build.sh: change ccache from arch to board
1 parent b4e441c commit 73c7c81

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ if [[ ! $hostarch =~ aarch64|armv ]];then
102102
fi
103103

104104
crosscompile=1
105-
export CCACHE_DIR="$HOME/.cache/ccache/${ARCH}"
105+
export CCACHE_DIR="$HOME/.cache/ccache/${board}"
106106
mkdir -p "${CCACHE_DIR}"
107107
fi;
108108

0 commit comments

Comments
 (0)