Merge pull request #73369 from JohnAZoidberg/argp-standalone-cross

argp-standalone: Find ar when cross compiling
This commit is contained in:
Renaud 2019-11-14 16:53:21 +01:00 committed by GitHub
commit 5b57dd52a7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -43,6 +43,8 @@ stdenv.mkDerivation {
doCheck = true;
makeFlags = [ "AR:=$(AR)" ];
enableParallelBuilding = true;
meta = with stdenv.lib; {