We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1200719 + 801a9a9 commit 45d55abCopy full SHA for 45d55ab
pkgs/development/compilers/llvm/common/libcxx/default.nix
@@ -44,6 +44,8 @@ let
44
cp -r ${monorepoSrc}/llvm/utils "$out/llvm"
45
'' + (lib.optionalString (lib.versionAtLeast release_version "14") ''
46
cp -r ${monorepoSrc}/third-party "$out"
47
+ '') + (lib.optionalString (lib.versionAtLeast release_version "20") ''
48
+ cp -r ${monorepoSrc}/libc "$out"
49
'') + ''
50
cp -r ${monorepoSrc}/runtimes "$out"
51
'' + (lib.optionalString (cxxabi == null) ''
0 commit comments