mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-21 14:32:59 +00:00
makeBinaryWrapper: ensure wrapper works with llvm
This commit is contained in:
parent
aba9269332
commit
a1e23f5a24
@ -130,7 +130,7 @@ stageFuns: let
|
||||
# code here, we'll cause an infinite recursion. Since a set with
|
||||
# clang as its default compiler always means libc++, we can infer this
|
||||
# decision statically.
|
||||
then buildPackages.llvmPackages.libcxxClang
|
||||
then buildPackages.pkgsBuildTarget.llvmPackages.libcxxClang
|
||||
else buildPackages.gcc
|
||||
else
|
||||
# This will blow up if anything uses it, but that's OK. The `if
|
||||
|
Loading…
Reference in New Issue
Block a user