From ed905ed8802a3f37295357a29c5c8a13c72cb80d Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Fri, 8 Mar 2019 20:00:01 +0200 Subject: Fix bug in buildfile --- bbot/buildfile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bbot/buildfile b/bbot/buildfile index 3925585..cdb83a5 100644 --- a/bbot/buildfile +++ b/bbot/buildfile @@ -28,7 +28,7 @@ if ($cxx.target.class == "linux") { ./: exe{bbot-agent} service{'bbot-agent@'} - exe{bbot-agent}: agent/cxx{agent} agent/libue{bbot} + exe{bbot-agent}: agent/{hxx ixx txx cxx}{+agent} agent/libue{bbot} agent/ { @@ -38,9 +38,9 @@ if ($cxx.target.class == "linux") } } -./: exe{bbot-worker}: worker/cxx{worker} worker/libue{bbot} +./: exe{bbot-worker}: worker/{hxx ixx txx cxx}{+worker} worker/libue{bbot} - worker/ +worker/ { libue{bbot}: {hxx ixx txx cxx}{* -worker -worker-options -*.test...} \ {hxx ixx cxx}{worker-options} \ -- cgit v1.1