mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-01 02:29:59 -06:00

We must not provide the /Externals directory as global include directory. Here, this yield a crash because of external minizip header and system library mismatch. Soundtouch itself recormends to include it with <SoundTouch.h> and -I/usr/include/soundtouch, so this should fit better.