diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2017-08-01 11:04:46 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2017-08-01 11:04:46 +0200 |
commit | 8b9dac2525ca0e096892a8cefea5bf59a61c6bde (patch) | |
tree | fcf609f5a19f08ecb465222ab82d28736d0fcb7f | |
parent | 6849545fd2468292656ba94b01d1e2d25d22d7bc (diff) |
Workaround build2 install limitations
-rw-r--r-- | libbrep/buildfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libbrep/buildfile b/libbrep/buildfile index ede529b..85ac41a 100644 --- a/libbrep/buildfile +++ b/libbrep/buildfile @@ -19,7 +19,7 @@ import int_libs += libbutl%lib{butl} import int_libs += libbpkg%lib{bpkg} import int_libs += libbbot%lib{bbot} -lib{brep}: \ +libs{brep}: \ {hxx ixx txx cxx}{* -version -*-odb} \ {hxx }{version} \ {hxx ixx cxx}{common-odb package-odb build-odb build-package-odb} \ |