Fixed warning.

This commit is contained in:
Relintai 2019-08-13 23:39:07 +02:00
parent 09805efd55
commit 63f8ef3855
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
def can_build(platform):
def can_build(env, platform):
return True