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
|
||||
|
||||
'') + ''
|
||||
fi
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user