diff --git a/source/dub/generators/generator.d b/source/dub/generators/generator.d index 5bfa7f5..533a1c4 100644 --- a/source/dub/generators/generator.d +++ b/source/dub/generators/generator.d @@ -48,6 +48,10 @@ /** Build settings used to build the target. The build settings include all sources of all contained packages. + + Depending on the specific generator implementation, it may be + necessary to add any static or dynamic libraries generated for + child targets ($(D linkDependencies)). */ BuildSettings buildSettings;