From 3357540007244e1c696c91a1cceb95ceabd7efb5 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Mon, 7 Aug 2017 15:39:49 +0200 Subject: Fix VC installation logic some more --- buildfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/buildfile b/buildfile index acd094a..4e098b2 100644 --- a/buildfile +++ b/buildfile @@ -69,7 +69,7 @@ else # Include std-modules to trigger install. # - export_target = $out_root/$dir/liba{std} liba{std-modules} + export_target = $out_root/$dir/liba{std} $out_root/liba{std-modules} } # @@ TMP: use utility library instead? -- cgit v1.1