cboxdoerfer / fsearch

A fast file search utility for Unix-like systems based on GTK3
GNU General Public License v2.0
3.27k stars 207 forks source link

Add compatibility for MacOS #411

Closed DUOLabs333 closed 2 years ago

DUOLabs333 commented 2 years ago

This mostly comments out GTK functions that are not available on MaOS's native GTK3. Additionally, it adds the strverscmp function, which isn't available on MacOS.

cboxdoerfer commented 2 years ago

Merged. Thank you!