Skip to content

Commit

Permalink
Add upgrade() call when building DDOX to get the required dependencies.
Browse files Browse the repository at this point in the history
Fixes #366.
  • Loading branch information
s-ludwig committed Jul 17, 2014
1 parent 617bdf0 commit 776d5f7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions source/dub/dub.d
Original file line number Diff line number Diff line change
Expand Up @@ -604,6 +604,7 @@ class Dub {

auto ddox_dub = new Dub(m_packageSuppliers);
ddox_dub.loadPackage(ddox_pack.path);
ddox_dub.upgrade(UpgradeOptions.select);

auto compiler_binary = "dmd";

Expand Down

0 comments on commit 776d5f7

Please sign in to comment.