Skip to content

v0.2.0

Compare
Choose a tag to compare
@github-actions github-actions released this 05 Nov 20:40
· 34 commits to master since this release
50ee334
Fix macOS and update livesplit-core (#10)

You can rewrite shared library paths with the `install_name_tool`. So we
can easily do this in CI after building to turn it into a proper RPATH.
Linux doesn't actually seem affected by this problem. Additionally this
updates livesplit-core, which includes the label caching. This should
result in a somewhat big performance boost.