freedroidrpg: fix cross build

This commit is contained in:
FliegendeWurst
2025-01-06 09:50:53 +01:00
parent 70ffa2d785
commit 639b190d82
+2
View File
@@ -56,6 +56,8 @@ stdenv.mkDerivation {
zlib
] ++ lib.optional stdenv.hostPlatform.isDarwin libiconv;
env.SDL_CONFIG = lib.getExe' SDL.dev "sdl-config";
enableParallelBuilding = true;
meta = with lib; {