godot/modules/gdnative/config.py
Juan Linietsky 36e0a72c77 -Code completion for enumerations
-Disabled GDNative and GDNativeScript so build compiles again
2017-08-24 00:06:56 -03:00

9 lines
93 B
Python

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