Files
sunnypilot/selfdrive/proclogd/SConscript
Willem Melching a4ccfcffe8 Remove czmq part 1 (#2332)
* remove czmq

* remove streaming mode from loggerd

* Add include for usleep
2020-10-13 16:01:07 +02:00

3 lines
123 B
Python

Import('env', 'cereal', 'messaging')
env.Program('proclogd.cc', LIBS=[cereal, messaging, 'pthread', 'zmq', 'capnp', 'kj'])