diff options
author | Karen Arutyunov <karen@codesynthesis.com> | 2019-03-08 21:17:32 +0300 |
---|---|---|
committer | Karen Arutyunov <karen@codesynthesis.com> | 2019-03-08 21:17:32 +0300 |
commit | 4aaf01a16e4a1bddf9e5d1daea8384fce4a43226 (patch) | |
tree | c09d4e50ee9af9c5511b4dbe5d7f022784febf68 | |
parent | 82f41dbb9d42454d46921f6fcc87f040fe532ef7 (diff) |
Fix bug in buildfile
-rw-r--r-- | build2/buildfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build2/buildfile b/build2/buildfile index 64935f3..bf3f10b 100644 --- a/build2/buildfile +++ b/build2/buildfile @@ -5,7 +5,7 @@ import libs = libbutl%lib{butl} import libs += libpkgconf%lib{pkgconf} -./: exe{b}: cxx{b} libue{b} +./: exe{b}: {hxx ixx txx cxx}{+b} libue{b} libue{b}: {hxx ixx txx cxx}{** -b -b-options -config -version -**.test...} \ {hxx ixx cxx}{b-options} {hxx}{config version} \ |