Skip to content

Commit 95f3aa3

Browse files
committed
fix: typo in ccache build script
Signed-off-by: Zach Lewis <[email protected]>
1 parent 6a5677b commit 95f3aa3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/build-scripts/build_ccache.bash

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ echo "HOME=$HOME"
1616
echo "PWD=$PWD"
1717
echo "ARCH=$ARCH"
1818

19-
CCACHE_PREBULT=${CCACHE_PREBULT:=1}
19+
CCACHE_PREBUILT=${CCACHE_PREBUILT:=1}
2020

2121
# Repo and branch/tag/commit of ccache to download if we don't have it yet
2222
CCACHE_REPO=${CCACHE_REPO:=https://github.com/ccache/ccache}

0 commit comments

Comments
 (0)