Unverified Commit 6b2ef084 authored by Philip Taron's avatar Philip Taron Committed by GitHub
Browse files

fheroes2: drop `FHEROES2_STRICT_COMPILATION=1` (#451797)

parents 708d2137 815bc05c
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -42,7 +42,6 @@ stdenv.mkDerivation rec {
  ++ lib.optionals stdenv.hostPlatform.isDarwin [ libiconv ];

  makeFlags = [
    "FHEROES2_STRICT_COMPILATION=1"
    "FHEROES2_DATA=\"${placeholder "out"}/share/fheroes2\""
  ];