Unverified Commit 2ac6240d authored by Marcin Serwin's avatar Marcin Serwin
Browse files

warzone2100: don't treat warning as errors

parent 1eb6b904
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 = [