godot/modules/jsonrpc/config.py

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

7 lines
77 B
Python
Raw Normal View History

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