perf: fix cross evaluation
This commit is contained in:
parent
fc4535b6e8
commit
4ca9b43f12
@ -41,7 +41,7 @@ stdenv.mkDerivation {
|
|||||||
|
|
||||||
makeFlags = if stdenv.hostPlatform == stdenv.buildPlatform
|
makeFlags = if stdenv.hostPlatform == stdenv.buildPlatform
|
||||||
then null
|
then null
|
||||||
else "CROSS_COMPILE=${stdenv.cc.prefix}";
|
else "CROSS_COMPILE=${stdenv.cc.targetPrefix}";
|
||||||
|
|
||||||
installFlags = "install install-man ASCIIDOC8=1";
|
installFlags = "install install-man ASCIIDOC8=1";
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user