godot/modules/vorbis/config.py

9 lines
91 B
Python
Raw Normal View History

def can_build(platform):
2017-01-15 20:06:14 +01:00
# return True
return False
def configure(env):
pass