aboutsummarylogtreecommitdiffstats
path: root/bolt.sh.in
diff options
context:
space:
mode:
Diffstat (limited to 'bolt.sh.in')
-rw-r--r--bolt.sh.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/bolt.sh.in b/bolt.sh.in
index 995cf566ab03..9adbf1fd114a 100644
--- a/bolt.sh.in
+++ b/bolt.sh.in
@@ -16,7 +16,7 @@ buildenv_functions+=('buildenv_bolt')
buildenv_bolt() {
if
check_buildoption "bolt" "y"; then
- export PATH="~/.toolchain/llvm/bin:$PATH"
+ export PATH="$HOME/.toolchain/llvm/bin:$PATH"
export CC=clang
export CXX=clang++
export CC_LD=lld