Explorar el Código

SCons: Fix ARVR can_build arity

Rémi Verschelde hace 7 años
padre
commit
f148e8eede
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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):