no need anymore to make makefile verbose
This commit is contained in:
parent
03864d7a94
commit
5c187e73e1
|
@ -66,9 +66,6 @@ stdenv.mkDerivation (finalAttrs: {
|
|||
|
||||
postConfigure = ''
|
||||
ln -s configs/darwin.mk config.mk
|
||||
sed -i 's/ @#/ /' Makefile
|
||||
sed -i 's/ @/ /' Makefile
|
||||
sed -i 's/ @/ /' makefiles/darwin.aarch64.mk
|
||||
'';
|
||||
|
||||
postFixup = ''
|
||||
|
|
Loading…
Reference in a new issue