all variants (windows/linux)(static/dynamic) now work

This commit is contained in:
Colin Sames
2026-04-03 17:27:10 +02:00
parent 9e56634fd5
commit 7b07d01400
9 changed files with 57 additions and 7 deletions

View File

@@ -31,9 +31,9 @@
/* #undef SDL_VENDOR_INFO */
#ifdef SDL_VENDOR_INFO
#define SDL_REVISION "SDL-3.5.0-release-3.4.0-501-gf3a3b4b95 (" SDL_VENDOR_INFO ")"
#define SDL_REVISION "SDL-3.5.0-release-3.4.0-502-gf4255e15b (" SDL_VENDOR_INFO ")"
#else
#define SDL_REVISION "SDL-3.5.0-release-3.4.0-501-gf3a3b4b95"
#define SDL_REVISION "SDL-3.5.0-release-3.4.0-502-gf4255e15b"
#endif
#endif /* SDL_revision_h_ */

View File

@@ -1 +1 @@
libSDL3.so.0.5.0
libSDL3.so.0.5

View File

@@ -0,0 +1 @@
libSDL3.so.0.5.0

View File

@@ -31,9 +31,9 @@
/* #undef SDL_VENDOR_INFO */
#ifdef SDL_VENDOR_INFO
#define SDL_REVISION "SDL-3.5.0-release-3.4.0-501-gf3a3b4b95 (" SDL_VENDOR_INFO ")"
#define SDL_REVISION "SDL-3.5.0-release-3.4.0-502-gf4255e15b (" SDL_VENDOR_INFO ")"
#else
#define SDL_REVISION "SDL-3.5.0-release-3.4.0-501-gf3a3b4b95"
#define SDL_REVISION "SDL-3.5.0-release-3.4.0-502-gf4255e15b"
#endif
#endif /* SDL_revision_h_ */