libc: name -> libc for llvm

This line wasn't updated in 5c1955ff14.
This commit is contained in:
sanana
2025-07-20 10:24:38 +02:00
committed by Alyssa Ross
parent c5920e7e21
commit aa95f39070
+1 -1
View File
@@ -8151,7 +8151,7 @@ with pkgs;
wasilibc
else if libc == "relibc" then
relibc
else if name == "llvm" then
else if libc == "llvm" then
llvmPackages_20.libc
else
throw "Unknown libc ${libc}";