llvmPackages.libunwind: condition doFakeLibgcc on !stdenv.hostPlatform.isStatic (#417354)
This commit is contained in:
@@ -12,7 +12,7 @@
|
||||
python3,
|
||||
libcxx,
|
||||
enableShared ? !stdenv.hostPlatform.isStatic,
|
||||
doFakeLibgcc ? stdenv.hostPlatform.useLLVM,
|
||||
doFakeLibgcc ? stdenv.hostPlatform.useLLVM && !stdenv.hostPlatform.isStatic,
|
||||
devExtraCmakeFlags ? [ ],
|
||||
getVersionFile,
|
||||
}:
|
||||
|
||||
Reference in New Issue
Block a user