SDL2_image: split dev output

output size changes:
out: 312K -> 220K
dev: 0 -> 96K
This commit is contained in:
SandaruKasa
2026-06-29 01:39:35 +03:00
parent 0d69db8815
commit 8aab6a219f
+5
View File
@@ -25,6 +25,11 @@ stdenv.mkDerivation (finalAttrs: {
hash = "sha256-OT9e+1BTbsE8pPSv+2nMmWbTw/lp5sXnAfrd+fl4U4E=";
};
outputs = [
"out"
"dev"
];
nativeBuildInputs = [
SDL2
autoreconfHook