llvmPackages.libunwind: condition doFakeLibgcc on !stdenv.hostPlatform.isStatic (#417354)
This commit is contained in:
@@ -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,
|
||||||
}:
|
}:
|
||||||
|
|||||||
Reference in New Issue
Block a user