project-slippi / Ishiiruka

GNU General Public License v2.0
329 stars 140 forks source link

CMake: Fix build with legacy system Mbed TLS #384

Closed HamletDuFromage closed 1 year ago

HamletDuFromage commented 1 year ago

The Mbed TLS system library required by Dolphin is not found on Arch Linux because the library is installed in a mbedtls2 subdirectory to avoid conflict with the current Mbed TLS version 3.

Upstream merged it https://github.com/dolphin-emu/dolphin/pull/11847