Skip to content

Commit

Permalink
bootstrap-tools: libclang-cpp already included
Browse files Browse the repository at this point in the history
Changes to llvmPackages have caused the `libclang-cpp*.dylib` files to
be included in the `clang-unwrapped.lib` output. So we no longer need to
copy them from libclang.
  • Loading branch information
toonn committed Jun 6, 2021
1 parent 336d826 commit c7b433a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pkgs/stdenv/darwin/make-bootstrap-tools.nix
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,6 @@ in rec {
cp -d ${llvmPackages.clang-unwrapped}/bin/clang* $out/bin
cp -rd ${llvmPackages.clang-unwrapped.lib}/lib/* $out/lib
cp -d ${llvmPackages.libclang}/lib/libclang-cpp*.dylib $out/lib
cp -d ${llvmPackages.libcxx}/lib/libc++*.dylib $out/lib
cp -d ${llvmPackages.libcxxabi}/lib/libc++abi*.dylib $out/lib
cp -d ${llvmPackages.compiler-rt}/lib/darwin/libclang_rt* $out/lib/darwin
Expand Down

0 comments on commit c7b433a

Please sign in to comment.