diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2017-08-07 15:39:49 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2017-08-07 15:39:49 +0200 |
commit | 3357540007244e1c696c91a1cceb95ceabd7efb5 (patch) | |
tree | b47938e56fb7a71fe446da15efe33e8d5ef32341 | |
parent | d5fc2e9db97230b1cb97eecf5660d545b1eebf09 (diff) |
Fix VC installation logic some more0.6.0
-rw-r--r-- | buildfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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? |