You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Export internal symbols for shared library builds (#1283)
These symbols are internal to FTXUI (located in src/), but they must be
exported when building as shared libraries because of internal
dependencies between the screen, dom, and component libraries.
- SCREEN symbols in string_internal.hpp are used by COMPONENT.
- DOM symbols in node_decorator.hpp are used by COMPONENT.
Also:
- Bump minor version to 6.2.0 due to ABI changes.
- Update tools/abi_fingerprint.txt.
- Fix Meson build for Windows and shared library mode by setting
necessary export definitions.
0 commit comments