godot/modules/betsy/config.py

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

7 lines
89 B
Python
Raw Normal View History

2024-01-04 10:33:20 -05:00
def can_build(env, platform):
return env.editor_build
def configure(env):
pass