gcc_multi: prevent overwritten libs after 51f1b4ec48d
This commit is contained in:
parent
9073d554a5
commit
457850397a
@ -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…
x
Reference in New Issue
Block a user