mirror of
https://github.com/Redot-Engine/redot-engine.git
synced 2025-12-06 23:31:53 -05:00
C#: Enable exporting for Android
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
# Prior to .NET Core, we supported these: ["windows", "macos", "linuxbsd", "android", "haiku", "web", "ios"]
|
||||
# Eventually support for each them should be added back (except Haiku if not supported by .NET Core)
|
||||
supported_platforms = ["windows", "macos", "linuxbsd"]
|
||||
supported_platforms = ["windows", "macos", "linuxbsd", "android"]
|
||||
|
||||
|
||||
def can_build(env, platform):
|
||||
|
||||
Reference in New Issue
Block a user