From 5e7e9bed6e73ff246919a2d400fb1466619f7abe Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Wed, 23 May 2018 14:10:53 +0200 Subject: Update for use with bdep --- cli/buildfile | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'cli/buildfile') diff --git a/cli/buildfile b/cli/buildfile index 19d9eba..e1792d3 100644 --- a/cli/buildfile +++ b/cli/buildfile @@ -28,4 +28,9 @@ if $cli.configured # cli.cxx{*}: dist = true cli.cxx{*}: clean = ($src_root != $out_root) + + # We keep the generated code in the repository so copy it back to src + # in case of a forwarded configuration. + # + cli.cxx{*}: backlink = overwrite } -- cgit v1.1