clang: typo

some old copy paste typo
This commit is contained in:
Christoph Reiter 2022-06-19 20:54:37 +02:00
parent 2e08556c6a
commit 074b78d43d

View File

@ -23,7 +23,7 @@ license=("custom:Apache 2.0 with LLVM Exception")
makedepends=("cmake"
"pkgconf"
"tar"
"$_generator"
"gcc"
$([[ "$_generator" == "Ninja" ]] && echo \
"ninja")
)