aboutsummaryrefslogtreecommitdiff
path: root/libraries/launcher
diff options
context:
space:
mode:
authorflow <thiagodonato300@gmail.com>2022-04-21 09:34:44 -0300
committerflow <thiagodonato300@gmail.com>2022-04-21 09:34:44 -0300
commit3ec511010fbff31c392090548396080e44b8389c (patch)
tree0bf78e9924a94bd410866f176befef83f493f7f5 /libraries/launcher
parent5adcc26190b82dc9c1050452645d762f5e8b5a5e (diff)
downloadPrismLauncher-3ec511010fbff31c392090548396080e44b8389c.tar.gz
PrismLauncher-3ec511010fbff31c392090548396080e44b8389c.tar.bz2
PrismLauncher-3ec511010fbff31c392090548396080e44b8389c.zip
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. :^)
Diffstat (limited to 'libraries/launcher')
0 files changed, 0 insertions, 0 deletions