mirror of
https://github.com/tiennm99/godot.git
synced 2026-07-08 21:02:54 +00:00
7 lines
135 B
Python
7 lines
135 B
Python
def can_build(env, platform):
|
|
return env.module_check_dependencies("text_server_adv", ["freetype"])
|
|
|
|
|
|
def configure(env):
|
|
pass
|