Merge pull request #73369 from JohnAZoidberg/argp-standalone-cross
argp-standalone: Find ar when cross compiling
This commit is contained in:
commit
5b57dd52a7
@ -43,6 +43,8 @@ stdenv.mkDerivation {
|
||||
|
||||
doCheck = true;
|
||||
|
||||
makeFlags = [ "AR:=$(AR)" ];
|
||||
|
||||
enableParallelBuilding = true;
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
|
Loading…
Reference in New Issue
Block a user