lol

wiimms-iso-tools: add -fcommon workaround

+2 -1
+2 -1
pkgs/tools/filesystems/wiimms-iso-tools/default.nix
··· 30 30 patchShebangs gen-text-file.sh 31 31 ''; 32 32 33 - NIX_CFLAGS_COMPILE = "-Wno-error=format-security"; 33 + # Workaround build failure on -fno-common toolchains like upstream gcc-10. 34 + NIX_CFLAGS_COMPILE = "-Wno-error=format-security -fcommon"; 34 35 INSTALL_PATH = "$out"; 35 36 36 37 installPhase = ''