libsdl-org / sdl12-compat

An SDL-1.2 compatibility layer that uses SDL 2.0 behind the scenes.
Other
194 stars 40 forks source link

Statically linking SDL2 at compile time, rather than dynamically loading it at runtime #327

Open absolutelynothinghere opened 9 months ago

absolutelynothinghere commented 9 months ago

Is it possible to add an option for statically linking SDL2 directly into the program, along with sdl12-compat, instead of having to dynamically load SDL2 at runtime?.. That means both sdl12-compat and SDL2 are built as static libraries.

Thank you.