Unverified Commit 17ffc472 authored by Matteo Pacini's avatar Matteo Pacini Committed by GitHub
Browse files

warzone2100: don't treat warning as errors (#458906)

parents 01752eb3 2ac6240d
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -94,6 +94,8 @@ stdenv.mkDerivation (finalAttrs: {
                      --replace '"which "' '"${which}/bin/which "'
    substituteInPlace lib/exceptionhandler/exceptionhandler.cpp \
                      --replace "which %s" "${which}/bin/which %s"
    substituteInPlace CMakeLists.txt \
      --replace-fail "CONFIGURE_WZ_COMPILER_WARNINGS()" ""
  '';

  cmakeFlags = [