Open amedlock opened 5 years ago
Is there a way to link statically to SDL2 with your wrapper?
I know with nim-lang/sdl2 it was required to define SDL_STATIC.
Thanks
I had no reason to experiment with this myself, but have you tried --dynlibOverride compiler option? https://nim-lang.org/docs/nimc.html#dynliboverride
--dynlibOverride
Is there a way to link statically to SDL2 with your wrapper?
I know with nim-lang/sdl2 it was required to define SDL_STATIC.
Thanks