From d5fc2e9db97230b1cb97eecf5660d545b1eebf09 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Mon, 7 Aug 2017 15:15:38 +0200 Subject: Fix VC installation logic --- buildfile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/buildfile b/buildfile index ad8b06d..acd094a 100644 --- a/buildfile +++ b/buildfile @@ -67,7 +67,9 @@ else # $dir/liba{std}: install = false - export_target = $out_root/$dir/liba{std} + # Include std-modules to trigger install. + # + export_target = $out_root/$dir/liba{std} liba{std-modules} } # @@ TMP: use utility library instead? -- cgit v1.1