We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c15ff3d commit 9338814Copy full SHA for 9338814
config.py
@@ -1,4 +1,4 @@
1
-def can_build(platform):
+def can_build(env, platform):
2
return True
3
4
def configure(env):
0 commit comments