You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-05 12:10:55 +00: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