mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-21 22:43:01 +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
|
# code here, we'll cause an infinite recursion. Since a set with
|
||||||
# clang as its default compiler always means libc++, we can infer this
|
# clang as its default compiler always means libc++, we can infer this
|
||||||
# decision statically.
|
# decision statically.
|
||||||
then buildPackages.llvmPackages.libcxxClang
|
then buildPackages.pkgsBuildTarget.llvmPackages.libcxxClang
|
||||||
else buildPackages.gcc
|
else buildPackages.gcc
|
||||||
else
|
else
|
||||||
# This will blow up if anything uses it, but that's OK. The `if
|
# This will blow up if anything uses it, but that's OK. The `if
|
||||||
|
Loading…
Reference in New Issue
Block a user