mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 13:41:26 +00:00
Remove the unnecessary second conditional
This commit is contained in:
parent
3e9daece1d
commit
2ed054885b
|
@ -296,9 +296,8 @@ stdenv.mkDerivation {
|
|||
echo ${libc_lib}/lib/32/ld-linux.so.2 > $out/nix-support/dynamic-linker-m32
|
||||
fi
|
||||
|
||||
if [ -n "''${dynamicLinker:-}" ]; then
|
||||
local ldflagsBefore=(-dynamic-linker "$dynamicLinker")
|
||||
fi
|
||||
local ldflagsBefore=(-dynamic-linker "$dynamicLinker")
|
||||
|
||||
'') + ''
|
||||
fi
|
||||
|
||||
|
|
Loading…
Reference in a new issue