diff options
-rw-r--r-- | bdep/sync.cxx | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/bdep/sync.cxx b/bdep/sync.cxx index c253220..3722041 100644 --- a/bdep/sync.cxx +++ b/bdep/sync.cxx @@ -1130,6 +1130,11 @@ namespace bdep // // 3. The user did not specify custom develop value in pkg_args. // + // One "hole" we have with this approach is if the user adds the + // config directive after init. In this case the only way to + // reconfigure the package for development would be for the user + // to do an explicit sync and pass config.*.develop=true. + // optional<string> dev; if (!cfg.implicit && (disf || |