bfs: fix build on darwin

+1 -1
+1 -1
pkgs/tools/system/bfs/default.nix
··· 15 15 16 16 # Disable LTO on darwin. See https://github.com/NixOS/nixpkgs/issues/19098 17 17 preConfigure = lib.optionalString stdenv.isDarwin '' 18 - substituteInPlace Makefile --replace "-flto" "" 18 + substituteInPlace GNUMakefile --replace "-flto=auto" "" 19 19 ''; 20 20 21 21 makeFlags = [ "PREFIX=$(out)" ];