Skip to content

Commit 36d40df

Browse files
rott: update commentary citing SDL_classic
1 parent 27e300b commit 36d40df

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/games/rott/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,8 @@ stdenv.mkDerivation rec {
4040
"SHAREWARE=${if buildShareware then "1" else "0"}"
4141
];
4242

43-
# when using SDL_compat instead of SDL_classic, SDL_mixer isn't correctly
44-
# detected, but there is no harm just specifying it
43+
# when using SDL_compat instead of SDL1, SDL_mixer isn't correctly detected,
44+
# but there is no harm just specifying it
4545
env.NIX_CFLAGS_COMPILE = toString [
4646
"-I${lib.getDev SDL_mixer}/include/SDL"
4747
];

0 commit comments

Comments
 (0)