mirror of
https://github.com/godotengine/godot.git
synced 2024-12-09 10:09:20 +08:00
12 lines
207 B
Python
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
|