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
I don't think this static linkage is a good idea. Cubosphere rely on CMake for library search and it doesn't provide required tools.
As for bundling libs, it is better option but I still dislike it. Should we include libc? libstdc++? SDL2? SDL2_Image? This is complicated choice which can't be made easily and automated until you decide to include EVERY used lib into bundle.
@cddepppp256 gets this error when running the bin:
The libs needed by Cubosphere should either be bundled or statically linked to avoid these types of issues.
The text was updated successfully, but these errors were encountered: