gcc: enable withoutTargetLibc if target libc is null

This commit is contained in:
sanana
2025-07-20 10:24:38 +02:00
committed by Alyssa Ross
parent aa95f39070
commit 5046e89a35
+1 -1
View File
@@ -39,7 +39,7 @@
name ? "gcc",
libcCross ? null,
threadsCross ? { }, # for MinGW
withoutTargetLibc ? false,
withoutTargetLibc ? stdenv.targetPlatform.libc == null,
flex,
gnused ? null,
buildPackages,