diff options
author | Rémi Verschelde <remi@verschelde.fr> | 2023-09-07 17:30:59 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-09-07 17:30:59 +0200 |
commit | 0bca4242392992840b0b891acde6422c49712e3e (patch) | |
tree | beaa3f56ae4f1735c566e6c8735fa38040ad0c43 /modules/mono/config.py | |
parent | 08c578c54c352edf85f750992b2156bae5685fb8 (diff) | |
parent | cfd292939c53eb796d9ec1c194e5c74473012cee (diff) | |
download | redot-engine-0bca4242392992840b0b891acde6422c49712e3e.tar.gz |
Merge pull request #81420 from akien-mga/haiku-sayonara
Haiku: Remove remnants of past WIP platform port
Diffstat (limited to 'modules/mono/config.py')
-rw-r--r-- | modules/mono/config.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/mono/config.py b/modules/mono/config.py index 2b2a8d6235..9846d60c33 100644 --- a/modules/mono/config.py +++ b/modules/mono/config.py @@ -1,5 +1,5 @@ -# 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) +# Prior to .NET Core, we supported these: ["windows", "macos", "linuxbsd", "android", "web", "ios"] +# Eventually support for each them should be added back. supported_platforms = ["windows", "macos", "linuxbsd", "android"] |