Commit d9f938cc authored by Rhys-T's avatar Rhys-T
Browse files

allegro5: split outputs -> out, dev

This avoids referencing apple-sdk in the main output on macOS/Darwin,
which saves over a gigabyte of closure size on programs built with
Allegro 5.

Resolves #397472.
parent 1333865d
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -100,6 +100,11 @@ stdenv.mkDerivation rec {

  cmakeFlags = [ "-DCMAKE_SKIP_RPATH=ON" ];

  outputs = [
    "out"
    "dev"
  ];

  meta = with lib; {
    description = "Game programming library";
    homepage = "https://liballeg.org/";