tree: use $CC instead of cc to build
This commit is contained in:
parent
33e9fa2367
commit
70d56f381f
@ -37,7 +37,7 @@ stdenv.mkDerivation {
|
||||
prefix=$out
|
||||
MANDIR=$out/share/man/man1
|
||||
${systemFlags}
|
||||
CC="cc"
|
||||
CC="$CC"
|
||||
)
|
||||
'';
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user