Skip to content

Commit 9338814

Browse files
committedJun 5, 2018
Fix deprecated can_build warning
1 parent c15ff3d commit 9338814

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎config.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
def can_build(platform):
1+
def can_build(env, platform):
22
return True
33

44
def configure(env):

0 commit comments

Comments
 (0)
Please sign in to comment.