lol

gcc_multi: prevent overwritten libs after 51f1b4ec48d

+2
+2
pkgs/development/compilers/gcc/4.8/default.nix
··· 526 526 527 527 # Strip kills static libs of other archs (hence cross != null) 528 528 // optionalAttrs (!stripped || cross != null) { dontStrip = true; NIX_STRIP_DEBUG = 0; } 529 + 530 + // optionalAttrs (enableMultilib) { dontMoveLib64 = true; } 529 531 )