diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2019-03-08 20:00:01 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2019-03-08 20:00:01 +0200 |
commit | ed905ed8802a3f37295357a29c5c8a13c72cb80d (patch) | |
tree | 9b61bff857e46af026b7a50e102adebb63cd78d5 | |
parent | d3a0e798e5af401b78ecbfb550cb6eabc825df44 (diff) |
Fix bug in buildfile
-rw-r--r-- | bbot/buildfile | 6 |
1 files 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} \ |