mirror of
https://github.com/godotengine/godot
synced 2024-11-02 11:59:10 +00:00
11 lines
207 B
Python
11 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
|