mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-24 01:21:11 +00:00
llvmPackages.libcxx: Include libc sources in input (#354470)
This commit is contained in:
@@ -44,6 +44,8 @@ let
|
||||
cp -r ${monorepoSrc}/llvm/utils "$out/llvm"
|
||||
'' + (lib.optionalString (lib.versionAtLeast release_version "14") ''
|
||||
cp -r ${monorepoSrc}/third-party "$out"
|
||||
'') + (lib.optionalString (lib.versionAtLeast release_version "20") ''
|
||||
cp -r ${monorepoSrc}/libc "$out"
|
||||
'') + ''
|
||||
cp -r ${monorepoSrc}/runtimes "$out"
|
||||
'' + (lib.optionalString (cxxabi == null) ''
|
||||
|
||||
Reference in New Issue
Block a user