Browse Source

SCons: Fix ARVR can_build arity

Rémi Verschelde 7 years ago
parent
commit
f148e8eede
1 changed files with 1 additions and 1 deletions
  1. 1 1
      modules/gdnative/arvr/config.py

+ 1 - 1
modules/gdnative/arvr/config.py

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