diff --git a/dub.sdl b/dub.sdl index 2ae42551d..4daba7d39 100644 --- a/dub.sdl +++ b/dub.sdl @@ -7,6 +7,9 @@ license "MIT" targetPath "bin" +excludedSourceFiles \ + "source/dub/packagesupplier.d" # superseded with dub.packagesuppliers + configuration "application" { targetType "executable" mainSourceFile "source/app.d"