1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-07 12:30:27 +00:00
Files
godot/modules/text_server_adv/config.py

7 lines
135 B
Python

def can_build(env, platform):
return env.module_check_dependencies("text_server_adv", ["freetype"])
def configure(env):
pass