gcc_multi: prevent overwritten libs after 51f1b4ec48

wip/yesman
Vladimír Čunát 10 years ago
parent 9073d554a5
commit 457850397a
  1. 2
      pkgs/development/compilers/gcc/4.8/default.nix

@ -526,4 +526,6 @@ stdenv.mkDerivation ({
# Strip kills static libs of other archs (hence cross != null)
// optionalAttrs (!stripped || cross != null) { dontStrip = true; NIX_STRIP_DEBUG = 0; }
// optionalAttrs (enableMultilib) { dontMoveLib64 = true; }
)

Loading…
Cancel
Save