Skip to content

Commit

Permalink
drl: clarify 'FMOD disabled' message
Browse files Browse the repository at this point in the history
  • Loading branch information
Rhys-T authored Nov 30, 2024
1 parent a3eaac3 commit 70982ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkgs/drl/unwrapped.nix
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ in stdenv.mkDerivation rec {
s@Set8087CW@// &@g
/LoadFMOD/,/^end;/ {
/^begin/ a\
raise ELibraryError.Create('\'''FMOD support disabled - see <https://github.com/chaosforgeorg/doomrl/issues/46#issuecomment-2453210202>'\''');
raise ELibraryError.Create('\'''FMOD support is currently disabled on non-x86_64 platforms - see <https://github.com/chaosforgeorg/doomrl/issues/46#issuecomment-2453210202>'\''');
}
' "$FPCVALKYRIE_ROOT"/libs/vfmod2library.pas
'';
Expand Down

0 comments on commit 70982ae

Please sign in to comment.