Skip to content

Fix irssi to build correctly on Linux.

Vasco Costa requested to merge vascocosta/third-party:irssi-linux into master

This was building flawlessly on Windows but not on Linux. So I just changed the CFLAGS as you can see on the diff and it stopped complaining about the location of glib.h and glibconfig.h. After this change I've successfully built it on Linux.

Merge request reports