Unverified Commit 9e83b2af authored by Wolfgang Walther's avatar Wolfgang Walther
Browse files

openclonk: remove cmakeFlags for gcc-unwrapped

Works without them, too.
parent 04e1cd78
Loading
Loading
Loading
Loading
+0 −7
Original line number Diff line number Diff line
@@ -12,8 +12,6 @@
  ninja,
  pkg-config,

  gcc-unwrapped,

  # buildInputs
  curl,
  freealut,
@@ -95,11 +93,6 @@ stdenv.mkDerivation {
    tinyxml
  ];

  cmakeFlags = [
    "-DCMAKE_AR=${gcc-unwrapped}/bin/gcc-ar"
    "-DCMAKE_RANLIB=${gcc-unwrapped}/bin/gcc-ranlib"
  ];

  cmakeBuildType = "RelWithDebInfo";

  meta = with lib; {