mirror of
https://github.com/godotengine/godot.git
synced 2026-02-20 14:20:52 +00:00
6 lines
135 B
Python
6 lines
135 B
Python
def can_build(env, platform):
|
|
return env.module_check_dependencies("text_server_adv", ["freetype"])
|
|
|
|
|
|
def configure(env):
|
|
pass
|