Closed Lilith-In-Starlight closed 2 years ago
Cross compilation is not supported, I would recommend using the GitHub artefacts for releasing on other platforms.
I will rerun the GitHub actions build then make a release so they don't expire.
Oh that was a quick response, thanks!!!
Another question before closing this issue, will you port this to GDExtension once it replaces GDNative?
I will certainly try, however this project is due a rewrite anyway. I'm not sure how long that will take but once GDExtension is stable I'll start experimenting. (Thinking of maybe using C++ next time, should get around some headaches I've experienced)
Here is the release with all the artefacts: https://github.com/LennyPhoenix/GodotDiscordSDK/releases/tag/gdnative-final Hope this helps :)
System Info
scons platform=osx
andscons platform=linux
Describe the bug
The command manages to run for a while, giving a bunch of warnings: (osx example)
At some point it fails with
To Reproduce
Use a platform other than the one you're building from in the scons command
Expected behaviour
It should compile binaries for the desired platform
Context
I normally dont build things myself, but the github actions artifacts have expired, so I had to do this, and I keep running into issues
Checklist