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 c2533ae commit 60db283Copy full SHA for 60db283
config.py
@@ -1,5 +1,5 @@
1
def can_build(env, platform):
2
- return True
+ return not platform == "android"
3
4
5
def configure(env):
0 commit comments