gcc_multi: prevent overwritten libs after 51f1b4ec48d

This commit is contained in:
Vladimír Čunát 2014-11-13 22:30:32 +01:00
parent 9073d554a5
commit 457850397a

View File

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