mirror of
https://github.com/godotengine/godot.git
synced 2024-12-15 10:12:40 +08:00
7 lines
127 B
Python
7 lines
127 B
Python
|
def can_build(env, platform):
|
||
|
return env.module_check_dependencies("msdfgen", ["freetype"])
|
||
|
|
||
|
|
||
|
def configure(env):
|
||
|
pass
|