Skip to content

Commit f43b5c2

Browse files
hsmalleyMika Laitio
authored and
Mika Laitio
committed
Update build.sh
Changed absolute path to "${HOME}"
1 parent b9bffaa commit f43b5c2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build/build.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ if [ -z ${SDK_ROOT_DIR} ]; then
1414
fi
1515

1616
func_build_init() {
17-
export CCACHE_DIR=/home/lamikr/.ccache
18-
export CCACHE_TEMPDIR=/home/lamikr/.ccache
17+
export CCACHE_DIR="${HOME}/.ccache"
18+
export CCACHE_TEMPDIR="${HOME}/.ccache"
1919
ccache -M 30G
2020
echo "SDK_ROOT_DIR: ${SDK_ROOT_DIR}"
2121
}

0 commit comments

Comments
 (0)