summaryrefslogtreecommitdiff
path: root/src/input_common/sdl/sdl_impl.cpp
diff options
context:
space:
mode:
authorlat9nq <22451773+lat9nq@users.noreply.github.com>2021-05-09 02:38:46 -0400
committerlat9nq <22451773+lat9nq@users.noreply.github.com>2021-05-09 02:38:46 -0400
commitb021e09fc097d2669c9e80bb3198977c725bc646 (patch)
tree021b5b619e60cdf2ab7b19be0fe53482281e054f /src/input_common/sdl/sdl_impl.cpp
parent751cc687bba91b3c348d6bd9195637979ce97cd7 (diff)
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.
Diffstat (limited to 'src/input_common/sdl/sdl_impl.cpp')
0 files changed, 0 insertions, 0 deletions