perf: fix cross evaluation
This commit is contained in:
@@ -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";
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user