Skip to content

Commit 45ca44b

Browse files
committed
Exclude mono platform
1 parent 60db283 commit 45ca44b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
def can_build(env, platform):
2-
return not platform == "android"
2+
return not platform == "android" and not platform == "mono"
33

44

55
def configure(env):

0 commit comments

Comments
 (0)