Merge pull request #145780 from mkg20001/treefix

tree: fix cross-compile
This commit is contained in:
Jörg Thalheim 2021-11-13 22:56:13 +00:00 committed by GitHub
commit 2807d0050f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -30,7 +30,7 @@ stdenv.mkDerivation rec {
preConfigure = ''
sed -i Makefile -e 's|^OBJS=|OBJS=$(EXTRA_OBJS) |'
makeFlags+=("CC=$CC")
makeFlagsArray+=("CC=$CC")
'';
makeFlags = [