dwarf-fortress/dfhack: fix build with gcc 11

main
Jonathan Ringer 2 years ago committed by Jonathan Ringer
parent d510b23805
commit 075f25eb98
  1. 3
      pkgs/games/dwarf-fortress/dfhack/default.nix

@ -131,6 +131,9 @@ let
patches = [ ./fix-stonesense.patch ];
# gcc 11 fix
NIX_CFLAGS_COMPILE = "-fpermissive";
# As of
# https://github.com/DFHack/dfhack/commit/56e43a0dde023c5a4595a22b29d800153b31e3c4,
# dfhack gets its goodies from the directory above the Dwarf_Fortress

Loading…
Cancel
Save