diff options
author | Rémi Verschelde <rverschelde@gmail.com> | 2017-08-22 07:29:19 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-08-22 07:29:19 +0200 |
commit | c8d655f239de57e8f3258917cb281a6cc0a8fca1 (patch) | |
tree | a4138c7e216af3c708e788f5c2ecd2aed933db58 | |
parent | d1308d5c5b66dd8d762d970682d55845ae84857e (diff) | |
parent | 09818581b1c72f352dfd792ee74045d03b191c64 (diff) |
Merge pull request #10536 from MasonAsh/fix-10532
Fixed build for Visual Studio
-rw-r--r-- | editor/icons/SCsub | 1 |
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') |