.NET 6: Further update build scripts for 4.0, works for desktop releases

Does not attempt to build Android, iOS and Web since it's not supported
currently.
This commit is contained in:
Rémi Verschelde
2022-09-07 12:28:27 +02:00
parent 4a37b8e5cb
commit c996282abe
6 changed files with 31 additions and 74 deletions

View File

@@ -55,10 +55,11 @@ fi
# Mono
if [ "${MONO}" == "1" ]; then
# No iOS support with .NET 6 yet.
#if [ "${MONO}" == "1" ]; then
if false; then
echo "Starting Mono build for iOS..."
cp /root/mono-glue/*.cpp modules/mono/glue/
cp -r /root/mono-glue/GodotSharp/GodotSharp/Generated modules/mono/glue/GodotSharp/GodotSharp/
# arm64 device