summaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
authorRémi Verschelde <rverschelde@gmail.com>2018-09-18 08:56:44 +0200
committerRémi Verschelde <rverschelde@gmail.com>2018-09-18 08:56:44 +0200
commitf148e8eedeb1ff2dcf74d6843d1314d7c6db12a7 (patch)
treef88869cdfb188dc4d24223ba46959f15ec476427 /modules
parent05fbe415bdc45cae739bfc36d538079d8ec6266a (diff)
SCons: Fix ARVR can_build arity
Diffstat (limited to 'modules')
-rw-r--r--modules/gdnative/arvr/config.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/gdnative/arvr/config.py b/modules/gdnative/arvr/config.py
index 4d1bdfe4d1..53bc827027 100644
--- a/modules/gdnative/arvr/config.py
+++ b/modules/gdnative/arvr/config.py
@@ -1,4 +1,4 @@
-def can_build(platform):
+def can_build(env, platform):
return True
def configure(env):