hactool: fix build on darwin
This commit is contained in:
parent
04d33ebf5c
commit
8718eca57d
@ -15,6 +15,8 @@ stdenv.mkDerivation {
|
||||
mv config.mk.template config.mk
|
||||
'';
|
||||
|
||||
makeFlags = stdenv.lib.optionals stdenv.isDarwin [ "CC=cc" ];
|
||||
|
||||
installPhase = ''
|
||||
install -D hactool $out/bin/hactool
|
||||
'';
|
||||
|
Loading…
Reference in New Issue
Block a user