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