Currently, the Andriod builds are broken due to using std::filesystem::path. On some non-Android builds this was fixed by adding -llibstdc++fs, on some builds it just worked. Android, however, seems to be too old in some cases and I wouldn't know how to add the above option (in case it is required and helps). Also, the version we are using now seem to be a bit outdated.
We therefore need to either fix (and possibly modernize the build) or I will have to remove them (and most likely Android is then broken).
Any help is appreciated, @Bjoe ;)
Currently, the Andriod builds are broken due to using std::filesystem::path. On some non-Android builds this was fixed by adding
-llibstdc++fs, on some builds it just worked. Android, however, seems to be too old in some cases and I wouldn't know how to add the above option (in case it is required and helps). Also, the version we are using now seem to be a bit outdated.We therefore need to either fix (and possibly modernize the build) or I will have to remove them (and most likely Android is then broken).
Any help is appreciated, @Bjoe ;)