summaryrefslogtreecommitdiffstats
path: root/editor/icons
diff options
context:
space:
mode:
authorThaddeus Crews <repiteo@outlook.com>2023-11-20 14:31:56 -0600
committerThaddeus Crews <repiteo@outlook.com>2024-03-01 12:44:03 -0600
commit0ce9b6fd1d72139921ad3a20cb1933eb35873eb8 (patch)
tree9658983dd31a7e37ec3d4e3fbb1bbf5b0bf4995a /editor/icons
parentdad6c774b019ef8c5dccb4a1955c6a77b41a323e (diff)
downloadredot-engine-0ce9b6fd1d72139921ad3a20cb1933eb35873eb8.tar.gz
Add two new COMSTR environment variables
Diffstat (limited to 'editor/icons')
-rw-r--r--editor/icons/SCsub2
1 files changed, 1 insertions, 1 deletions
diff --git a/editor/icons/SCsub b/editor/icons/SCsub
index cbbfe1d7ea..d2d752cff4 100644
--- a/editor/icons/SCsub
+++ b/editor/icons/SCsub
@@ -7,7 +7,7 @@ import editor_icons_builders
env["BUILDERS"]["MakeEditorIconsBuilder"] = Builder(
- action=env.Run(editor_icons_builders.make_editor_icons_action, "Generating editor icons header."),
+ action=env.Run(editor_icons_builders.make_editor_icons_action),
suffix=".h",
src_suffix=".svg",
)