lat9nq b021e09fc0 externals: Use SDL2 statically
Building it as a shared library causes issues distributing it to an
AppImage, since linuxdeploy expects the executable to only dynamically
link to system libraries. Additionally, simply dynamically linking to a
library in the binary directory is bound to cause issues.

Solution is to use SDL's CMake switches and build it statically. We also
alias `SDL2` to `SDL2-static` on the external submodule for
compatibility with the rest of the project.
2021-05-09 02:38:46 -04:00
..
2018-10-02 15:30:48 +02:00
2021-02-06 03:19:07 -05:00
2021-02-24 22:26:53 +00:00
2020-10-27 19:52:48 -04:00
2019-10-29 19:52:40 -04:00
2021-05-09 01:36:17 -04:00
2018-09-08 18:26:23 +01:00
2020-08-30 05:09:48 -04:00
2021-05-09 02:38:46 -04:00