Author :
thfr
Date :
2023-09-24 19:08:52
Hash :a2a1c807 Message :build godot with mono support on MONO_ARCHS. This bifurcates the build
between MONO_ARCHS and !MONO_ARCHS, the port has no intended changs for
the latter. A helper package godot-sharp is used to share the
mono-related files between the -main and -tools packages. Patches direct
godot to use the godot-sharp files rather than bundled files on
execution. See README-tools for a required manual workaround when trying
to build your own projects with C# support (not needed unless you are
using Godot's C# scripting).
Anticipating more refinement, but best handled in-tree.
ok and lots of input op@