pollymc/libraries/iconfix
flow 3ec511010f
fix: Build iconfix as static library
On CI we build using the bundled Quazip, and automatically set
-DBUILD_STATIC_LIBS to true, so it build iconfix statically as well.

However, since we recently added support for using the system quazip,
this flag is not set anymore, and PolyMC fails to run because iconfix
neither is statically linked, nor it creates a .so file for dynamic
linking.

Since most other libs are built statically, we should make this one
static as well. Maybe we should consider allowing for dynamic linking of
libs now that quazip is not much of an issue anymore. :^)
2022-04-21 09:34:44 -03:00
..
internal Changes required to support FreeBSD 2021-12-12 11:39:36 +00:00
CMakeLists.txt fix: Build iconfix as static library 2022-04-21 09:34:44 -03:00
xdgicon.cpp NOISSUE tabs -> spaces 2018-07-15 14:51:05 +02:00
xdgicon.h NOISSUE fix _ICONFIX_EXPORT 2021-10-21 00:47:53 +02:00