mirror of
https://github.com/shadps4-emu/ext-SDL.git
synced 2025-02-03 09:22:42 +00:00
773aad14f8
On Fedora, the headers for 32-bit and 64-bit are shared. When building a 32-bit library, CMake found the header (that was installed for the 64-bit libsamplerate development package). Because no 32-bit libsamplerate library was installed, linking failed. (SDL_LIBSAMPLERATE_DYNAMIC was set to FALSE because CMake could not find a library)