1
Fork 0

no need anymore to make makefile verbose

This commit is contained in:
Jan-Erik Rediger 2024-05-16 23:04:41 +02:00
parent 03864d7a94
commit 5c187e73e1

View file

@ -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 = ''