We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 93b399e commit 62e258dCopy full SHA for 62e258d
units/SDL3.pas
@@ -51,7 +51,7 @@ interface
51
{$IFDEF DARWIN}
52
SDL_LibName = 'libSDL3.dylib';
53
{$IFDEF FPC}
54
- {$LINKLIB libSDL2}
+ {$LINKLIB libSDL3}
55
{$ENDIF}
56
{$ELSE}
57
0 commit comments