1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-06 12:20:30 +00:00
Files
godot/modules/text_server_fb/config.py
2021-02-19 15:01:46 +02:00

12 lines
207 B
Python

def can_build(env, platform):
return True
def configure(env):
pass
def is_enabled():
# The module is disabled by default. Use module_text_server_fb_enabled=yes to enable it.
return False