Skip to content

Commit

Permalink
PKGBUILD: Don't force Clang
Browse files Browse the repository at this point in the history
Signed-off-by: KenHV <[email protected]>
  • Loading branch information
KenHV committed May 24, 2022
1 parent 3bd9192 commit 3e6c8de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ prepare() {
build() {
cd ..
if [ "$ccache" = "y" ]; then
make CC="ccache clang" all -j$(nproc --all)
env PATH="/usr/lib/ccache/bin:${PATH}" make all -j$(nproc --all)
else
make all -j$(nproc --all)
fi
Expand Down

0 comments on commit 3e6c8de

Please sign in to comment.