makeBinaryWrapper: ensure wrapper works with llvm

This commit is contained in:
Tristan Ross 2024-07-27 18:32:20 -07:00
parent aba9269332
commit a1e23f5a24
No known key found for this signature in database
GPG Key ID: B09C422035669AF8

View File

@ -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