ThKattanek / emu64

C64 Emulator
https://www.thorsten-kattanek.de/index.php/projekte/emu64
GNU General Public License v2.0
37 stars 5 forks source link

Quazip: Use pkg-config if available #248

Closed Zirias closed 1 year ago

Zirias commented 1 year ago

Otherwise, guess libs and include dirs (best effort).

Fixes: #220

ThKattanek commented 1 year ago

Thanks for the nice fix.