aboutsummaryrefslogtreecommitdiff
path: root/bbot/buildfile
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2019-06-28 14:04:21 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2019-06-28 14:04:21 +0200
commit2b6318e14e36b75e85d356e8d50c02c198b465a7 (patch)
treee4d8ccd7c1aa442293bbb28f0a1fe47d1fd566df /bbot/buildfile
parentdd6ed6f7e5481e8c55237aa8bfc260b6f5eef291 (diff)
Use sd_journal_print() for diagnostics when in systemd mode
Diffstat (limited to 'bbot/buildfile')
-rw-r--r--bbot/buildfile2
1 files changed, 2 insertions, 0 deletions
diff --git a/bbot/buildfile b/bbot/buildfile
index 8da2b70..f57edcb 100644
--- a/bbot/buildfile
+++ b/bbot/buildfile
@@ -36,6 +36,8 @@ if ($cxx.target.class == "linux")
{hxx ixx cxx}{agent-options} \
../libue{bbot}
}
+
+ cxx.libs += -ldl
}
./: exe{bbot-worker}: worker/{hxx ixx txx cxx}{+worker} worker/libue{bbot}