2
0
mirror of https://github.com/godotengine/godot.git synced 2025-02-11 22:35:15 +08: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-28 01:14:54 +08:00
return True
def configure(env):
pass