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
There might be similar portability issues to other linux distros.
Sure.
I have already faced another problem. My library refused to run on Ubuntu 20 if the library was built on Ubuntu 22. I found these build flags, but as far as I remember it still didn't solve the problem, so I just rolled back the Ubuntu version inside Github CI and everything worked.
Confirmed that April version does not work, and this May version does work.
I think @Nitwel had sent me a fixed version that he compiled himself, it worked, and then I completely forgot about it.
Feature description
This library doesn't work under nixos due to the libstdc++ library not being statically linked.
There might be similar portability issues to other linux distros.
This was noted for the webrtc plugin: godotengine/webrtc-native#110
Implementation Ideas
The fix was a couple of settings in the SConstruct file to force static linking to the libstdc++ libraries.
godotengine/webrtc-native@1de32aa
The text was updated successfully, but these errors were encountered: