SCons: Fix ARVR can_build arity
This commit is contained in:
parent
05fbe415bd
commit
f148e8eede
|
@ -1,4 +1,4 @@
|
||||||
def can_build(platform):
|
def can_build(env, platform):
|
||||||
return True
|
return True
|
||||||
|
|
||||||
def configure(env):
|
def configure(env):
|
||||||
|
|
Loading…
Reference in New Issue