llvmPackages_13.compiler-rt-libc: also apply tmp hack

This part got forgotten in commit ac3acd956f.
This commit is contained in:
Vladimír Čunát
2023-04-12 11:26:19 +02:00
parent ac3acd956f
commit 9bf18e069e
@@ -237,7 +237,7 @@ let
inherit llvm_meta;
stdenv = if stdenv.hostPlatform.useLLVM or false
then overrideCC stdenv buildLlvmTools.clangNoCompilerRtWithLibc
else stdenv;
else stdenv-tmpDropB;
};
compiler-rt-no-libc = callPackage ./compiler-rt {