Static bwa
AR needs to be passed specifically on the command line
This commit is contained in:
parent
4758873378
commit
596c5e7ea2
1 changed files with 2 additions and 0 deletions
|
@ -17,6 +17,8 @@ stdenv.mkDerivation rec {
|
||||||
sed -i '/^CC/d' Makefile
|
sed -i '/^CC/d' Makefile
|
||||||
'';
|
'';
|
||||||
|
|
||||||
|
makeFlags = lib.optional stdenv.hostPlatform.isStatic "AR=${stdenv.cc.targetPrefix}ar";
|
||||||
|
|
||||||
# it's unclear which headers are intended to be part of the public interface
|
# it's unclear which headers are intended to be part of the public interface
|
||||||
# so we may find ourselves having to add more here over time
|
# so we may find ourselves having to add more here over time
|
||||||
installPhase = ''
|
installPhase = ''
|
||||||
|
|
Loading…
Reference in a new issue