Update src/harness/platforms/sdl1.c
This commit is contained in:
parent
9b9859bb0e
commit
a131b0c6cf
|
|
@ -51,7 +51,7 @@ ELF_NOTE_DLOPEN(
|
|||
"Platform-specific operations such as creating windows and handling events",
|
||||
ELF_NOTE_DLOPEN_PRIORITY_SUGGESTED,
|
||||
"libSDL-1.2.so.0",
|
||||
"libSDL-1.2.so",
|
||||
"libSDL-1.2.so"
|
||||
);
|
||||
#endif
|
||||
static const char* const possible_locations[] = {
|
||||
|
|
|
|||
Loading…
Reference in New Issue