Skip to content

v0.21.2

Latest

Choose a tag to compare

@enricobuehler enricobuehler released this 08 Sep 10:18
· 2 commits to main since this release
0e6412f

Fixes launch on webOS 11 (webOS 26). On sets running webOS 11, 0.21.0 and 0.21.1 exit at the splash screen: the app's bundled C++ runtime was loaded ahead of the TV's own and is too old for the TV's libraries, so SDL could not load the webOS libraries. It is now linked into the binary instead, which leaves the TV's runtime untouched. Nothing to do beyond updating.

What's Changed

  • fix(packaging): link libstdc++ statically instead of bundling it by @enricobuehler in #215

Full Changelog: 0.21.1...0.21.2