Skip to content

Commit

Permalink
stdenv: Pass standalone argument for libcxxabi
Browse files Browse the repository at this point in the history
  • Loading branch information
toonn authored and Jonathan Ringer committed Nov 24, 2021
1 parent 21df776 commit 5d23e61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkgs/stdenv/darwin/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -469,7 +469,7 @@ rec {
};
libcxxabi = libSuper.libcxxabi.override ({
stdenv = overrideCC self.stdenv self.ccNoLibcxx;
} // lib.optionalAttrs (finalLlvmVersion == "7") {
} // lib.optionalAttrs (builtins.any (v: finalLlvmVersion == v) [ 7 11 12 13 ]) {
# TODO: the bootstrapping of llvm packages isn't consistent.
# `standalone` may be redundant if darwin behaves like useLLVM (or
# has useLLVM = true).
Expand Down

0 comments on commit 5d23e61

Please sign in to comment.