diff --git a/source/dub/dub.d b/source/dub/dub.d index e3982da..452cc29 100644 --- a/source/dub/dub.d +++ b/source/dub/dub.d @@ -179,6 +179,8 @@ if (options & UpdateOptions.select) m_project.saveSelections(); + + m_project.reinit(); } /// Generate project files for a specified IDE.