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

This commit is contained in:
Alyssa Ross
2025-09-30 15:30:28 +00:00
committed by GitHub

View File

@@ -12,7 +12,7 @@
python3, python3,
libcxx, libcxx,
enableShared ? !stdenv.hostPlatform.isStatic, enableShared ? !stdenv.hostPlatform.isStatic,
doFakeLibgcc ? stdenv.hostPlatform.useLLVM, doFakeLibgcc ? stdenv.hostPlatform.useLLVM && !stdenv.hostPlatform.isStatic,
devExtraCmakeFlags ? [ ], devExtraCmakeFlags ? [ ],
getVersionFile, getVersionFile,
}: }: