pushed
zhengqunkoo/sxiv • 11:47 AM - Feb 16, 2019
The Makefile previously hardcoded the include path for freetype2 headers to /usr/include/freetype2, causing build failures on systems with alternative package managers or non-standard setups. The compile flags have been updated to also search within $(PREFIX)/include/freetype2. This straightforward fix ensures compiling remains smooth and robust out of the box across different UNIX-like environments.
