summaryrefslogtreecommitdiffhomepage
path: root/changelog.md
diff options
context:
space:
mode:
authorVekhir <vekhir@noreply.codeberg.org>2024-01-31 21:54:30 +0000
committerVekhir <vekhir@noreply.codeberg.org>2024-01-31 21:54:30 +0000
commit431ef31d58b74e401cf182493bac098c78ae467c (patch)
treeeed25baa131e748b4c137f86db9f11deb33cc170 /changelog.md
parent3386a05f22ec14ad6383228771966b2f82ae6a58 (diff)
downloadxmobar-431ef31d58b74e401cf182493bac098c78ae467c.tar.gz
xmobar-431ef31d58b74e401cf182493bac098c78ae467c.tar.bz2
Enable use of shared libraries
Haskell libraries can be linked statically or dynamically. Either way, all packages must be linked the same way. This means that if all dependencies of `xmobar` are shared libraries, then `xmobar` itself must be built using dynamic linking. Therefore, to compile the individual `xmobar` executables, add the `-dynamic` flag to signal that they are built with shared libraries. This flag is put behind an #ifdef to easily configure static vs dynamic linking. To use shared libraries, define SHARED_LIBRARIES
Diffstat (limited to 'changelog.md')
0 files changed, 0 insertions, 0 deletions