lol

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

authored by

Alyssa Ross and committed by
GitHub
05a384cf c04bce28

+1 -1
+1 -1
pkgs/development/compilers/llvm/common/libunwind/default.nix
··· 12 12 python3, 13 13 libcxx, 14 14 enableShared ? !stdenv.hostPlatform.isStatic, 15 - doFakeLibgcc ? stdenv.hostPlatform.useLLVM, 15 + doFakeLibgcc ? stdenv.hostPlatform.useLLVM && !stdenv.hostPlatform.isStatic, 16 16 devExtraCmakeFlags ? [ ], 17 17 getVersionFile, 18 18 }: