mirror of
https://github.com/dragonpilot/dragonpilot.git
synced 2026-06-20 21:42:05 +08:00
eff388b1b6
date: 2023-07-27T18:38:32
master commit: fa310d9e25
4 lines
170 B
Python
4 lines
170 B
Python
Import('env', 'cereal', 'messaging', 'common')
|
|
|
|
env.Program('logcatd', 'logcatd_systemd.cc', LIBS=[cereal, messaging, common, 'zmq', 'capnp', 'kj', 'systemd', 'json11'])
|