Merge pull request #88245 from shana/simplify-mono-support-detection
C#: Let platforms signal if they support the mono module or not
This commit is contained in:
@ -248,6 +248,7 @@ def get_flags():
|
||||
|
||||
return [
|
||||
("arch", arch),
|
||||
("supported", ["mono"]),
|
||||
]
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user