llvmPackages.libunwind: condition doFakeLibgcc on !stdenv.hostPlatform.isStatic (#417354)

Changed files
+1 -1
pkgs
development
compilers
llvm
common
libunwind
+1 -1
pkgs/development/compilers/llvm/common/libunwind/default.nix
···
python3,
libcxx,
enableShared ? !stdenv.hostPlatform.isStatic,
-
doFakeLibgcc ? stdenv.hostPlatform.useLLVM,
+
doFakeLibgcc ? stdenv.hostPlatform.useLLVM && !stdenv.hostPlatform.isStatic,
devExtraCmakeFlags ? [ ],
getVersionFile,
}: