diff options
author | Karen Arutyunov <karen@codesynthesis.com> | 2018-09-10 15:46:24 +0300 |
---|---|---|
committer | Karen Arutyunov <karen@codesynthesis.com> | 2018-09-10 15:46:24 +0300 |
commit | 5b01dda05c60da8b691be19feefc18a6d1a79b96 (patch) | |
tree | f032100229c6ca545937ff32a89ac4c3352ffae3 /build2/buildfile | |
parent | 85b22875f1cd205aebd3fc680ecbe63ca47e6b76 (diff) |
Replace libu with libue in buildfiles
Diffstat (limited to 'build2/buildfile')
-rw-r--r-- | build2/buildfile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/build2/buildfile b/build2/buildfile index 1e3b447..1609ea4 100644 --- a/build2/buildfile +++ b/build2/buildfile @@ -5,11 +5,11 @@ import libs = libbutl%lib{butl} import libs += libpkgconf%lib{pkgconf} -exe{b}: cxx{b} libu{b} +exe{b}: cxx{b} libue{b} -libu{b}: {hxx ixx txx cxx}{** -b -b-options -version} \ - {hxx ixx cxx}{b-options} {hxx}{version} \ - $libs +libue{b}: {hxx ixx txx cxx}{** -b -b-options -version} \ + {hxx ixx cxx}{b-options} {hxx}{version} \ + $libs hxx{version}: in{version} $src_root/manifest |