1
0
mirror of https://github.com/godotengine/godot synced 2024-07-05 16:03:36 +00:00
godot/modules/squish/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):
2018-11-27 17:14:54 +00:00
return True
def configure(env):
pass