From 5b01dda05c60da8b691be19feefc18a6d1a79b96 Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Mon, 10 Sep 2018 15:46:24 +0300 Subject: Replace libu with libue in buildfiles --- build2/buildfile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'build2/buildfile') 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 -- cgit v1.1