7 lines
119 B
Python
7 lines
119 B
Python
|
def can_build(env, platform):
|
||
|
return env["tools"] and env["module_raycast_enabled"]
|
||
|
|
||
|
|
||
|
def configure(env):
|
||
|
pass
|