mirror of
https://git.tardis.systems/mirrors/yuzu
synced 2025-11-02 11:46:10 +01:00
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 | ||