mirror of
https://github.com/yuzu-emu/yuzu.git
synced 2024-09-15 00:55:33 +00:00
b021e09fc0
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. |
||
---|---|---|
.. | ||
cmake-modules | ||
cubeb@1d66483ad2 | ||
discord-rpc@e32d001809 | ||
dynarmic@b2a4da5e65 | ||
ffmpeg@6b6b9e593d | ||
find-modules | ||
getopt | ||
glad | ||
httplib | ||
inih | ||
libressl@8289d0d07d | ||
libusb | ||
libzip | ||
mbedtls@eac2416b8f | ||
microprofile | ||
opus | ||
SDL@107db2d899 | ||
sirit@eefca56afd | ||
soundtouch@060181eaf2 | ||
Vulkan-Headers@8188e3fbbc | ||
xbyak@c306b8e578 | ||
CMakeLists.txt |