Add two new COMSTR environment variables
This commit is contained in:
@ -5,7 +5,7 @@ Import("env")
|
||||
import editor.template_builders as build_template_gd
|
||||
|
||||
env["BUILDERS"]["MakeGDTemplateBuilder"] = Builder(
|
||||
action=env.Run(build_template_gd.make_templates, "Generating GDScript templates header."),
|
||||
action=env.Run(build_template_gd.make_templates),
|
||||
suffix=".h",
|
||||
src_suffix=".gd",
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user