Merge pull request #142189 from IvarWithoutBones/fix/hacpack-musl
This commit is contained in:
commit
0c084c89fe
1 changed files with 3 additions and 0 deletions
|
@ -15,6 +15,9 @@ stdenv.mkDerivation rec {
|
|||
mv config.mk.template config.mk
|
||||
'';
|
||||
|
||||
makeFlags = [ "CC=${stdenv.cc.targetPrefix}cc" ];
|
||||
enableParallelBuilding = true;
|
||||
|
||||
installPhase = ''
|
||||
mkdir -p $out/bin
|
||||
cp ./hacpack $out/bin
|
||||
|
|
Loading…
Reference in a new issue