Skip to content

Commit

Permalink
darwin: update bootstrap-tools to use llvm_9
Browse files Browse the repository at this point in the history
  • Loading branch information
LnL7 committed Jul 18, 2020
1 parent 24b5508 commit ae68f1c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pkgs/stdenv/darwin/make-bootstrap-tools.nix
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
with import pkgspath { inherit system; };

let
llvmPackages = llvmPackages_7;
llvmPackages = llvmPackages_9;
in rec {
coreutils_ = coreutils.override (args: {
# We want coreutils without ACL support.
Expand Down Expand Up @@ -82,6 +82,7 @@ in rec {
cp -rL ${llvmPackages.clang-unwrapped}/lib/clang $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.llvm.lib}/lib/libLLVM.dylib $out/lib
Expand Down

0 comments on commit ae68f1c

Please sign in to comment.