summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xcheck.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/check.sh b/check.sh
index 1d5bb19..0140b6f 100755
--- a/check.sh
+++ b/check.sh
@@ -5,10 +5,10 @@ source /lib/gentoo/functions.sh
export PATH="${HOME}/.local/bin:${PATH}" CC=clang CXX=clang++
-ldd=$(command -v ldd)
+lld=$(command -v lld)
if [[ -n ${ldd} ]]; then
- export LDFLAGS=-fuse-ld=${ldd}
+ export LDFLAGS=-fuse-ld=${lld}
fi
if [[ ! -d build ]]; then