mirror of
https://github.com/godotengine/godot.git
synced 2025-10-19 16:03:29 +00:00
C#: Enable exporting for Android
This commit is contained in:
parent
7c456d2d0d
commit
f759cc00a3
2 changed files with 11 additions and 7 deletions
|
@ -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):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue