diff --git a/scripts/build_sysroot_clang.sh b/scripts/build_sysroot_clang.sh index 722f5ec..904de68 100755 --- a/scripts/build_sysroot_clang.sh +++ b/scripts/build_sysroot_clang.sh @@ -216,5 +216,5 @@ update_links export CC="${SYSROOT}/bin/clang" export CXX="${SYSROOT}/bin/clang++" -export LD="${SYSROOT}/bin/ld.lld" +export LD="${SYSROOT}/bin/ld" build_libc