summaryrefslogtreecommitdiff
path: root/editor
diff options
context:
space:
mode:
authorMason Ashbridge <masonjash@gmail.com>2017-08-21 23:19:18 -0400
committerMason Ashbridge <masonjash@gmail.com>2017-08-21 23:52:55 -0400
commit09818581b1c72f352dfd792ee74045d03b191c64 (patch)
treea4138c7e216af3c708e788f5c2ecd2aed933db58 /editor
parentd1308d5c5b66dd8d762d970682d55845ae84857e (diff)
Fixed build for Visual Studio
Diffstat (limited to 'editor')
-rw-r--r--editor/icons/SCsub1
1 files changed, 0 insertions, 1 deletions
diff --git a/editor/icons/SCsub b/editor/icons/SCsub
index 564188f315..86c51a50f3 100644
--- a/editor/icons/SCsub
+++ b/editor/icons/SCsub
@@ -88,5 +88,4 @@ make_editor_icons_builder = Builder(action=make_editor_icons_action,
env['BUILDERS']['MakeEditorIconsBuilder'] = make_editor_icons_builder
env.Alias('editor_icons', [env.MakeEditorIconsBuilder('#editor/editor_icons.gen.h', Glob("*.svg"))])
-env.editor_sources.append("#editor/editor_icons.gen.h")
Export('env')