diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2017-08-07 15:15:38 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2017-08-07 15:15:38 +0200 |
commit | d5fc2e9db97230b1cb97eecf5660d545b1eebf09 (patch) | |
tree | c8d287adda76167b463d37dc4bbedb1474397465 | |
parent | 65a5daaf44f1e7c465b9c43aae19e7d58b1df34f (diff) |
Fix VC installation logic
-rw-r--r-- | buildfile | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -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? |