We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 60db283 commit 45ca44bCopy full SHA for 45ca44b
config.py
@@ -1,5 +1,5 @@
1
def can_build(env, platform):
2
- return not platform == "android"
+ return not platform == "android" and not platform == "mono"
3
4
5
def configure(env):
0 commit comments