mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-25 16:33:15 +00:00
tree: fix cross-compile
Should be makeFlagsArray not makeFlags
This commit is contained in:
parent
e29d818477
commit
bbc5688e8f
@ -30,7 +30,7 @@ stdenv.mkDerivation rec {
|
||||
|
||||
preConfigure = ''
|
||||
sed -i Makefile -e 's|^OBJS=|OBJS=$(EXTRA_OBJS) |'
|
||||
makeFlags+=("CC=$CC")
|
||||
makeFlagsArray+=("CC=$CC")
|
||||
'';
|
||||
|
||||
makeFlags = [
|
||||
|
Loading…
Reference in New Issue
Block a user