godot/modules/gdnative/xr/config.py
2020-04-09 15:33:01 +10:00

7 lines
77 B
Python

def can_build(env, platform):
return True
def configure(env):
pass