Open Rageoholic opened 3 years ago
A lot of CRT functions end up not being defined when compiling SDL2 via Meson, such as srand and rand. In addition, MSVCRTD.lib also has unresolved external symbols.
Apparently setting the build to be static fixes the issue. I do think that's a bit weird though and maybe warrants a bit of looking into?
A lot of CRT functions end up not being defined when compiling SDL2 via Meson, such as srand and rand. In addition, MSVCRTD.lib also has unresolved external symbols.