godot/modules/gdnative/config.py

9 lines
93 B
Python

def can_build(platform):
return False
def configure(env):
env.use_ptrcall = True