diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2017-08-06 17:46:02 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2017-08-06 17:46:02 +0200 |
commit | 4d96bb9086b8f426a62804b3e36fb74853e5c839 (patch) | |
tree | 5b85c3fdc042baf0aa1883d929b211f38e58f87a /build | |
parent | e42ca0d65ddfb9df7ab7ed67b8db5247d4cea732 (diff) |
Don't bother installing anything for VC
There is no way we can arrange everything as expected so we will just
fall back onto standard ifc's.
Diffstat (limited to 'build')
-rw-r--r-- | build/export.build | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build/export.build b/build/export.build index 8ce55ab..334181e 100644 --- a/build/export.build +++ b/build/export.build @@ -7,4 +7,4 @@ $out_root/: include buildfile } -export $out_root/liba{std-modules} +export $($out_root/:export_target) |