* remove czmq * remove streaming mode from loggerd * Add include for usleep old-commit-hash: a4ccfcffe8247bf467bddfb0e6c5b3eb8851e21a
3 lines
123 B
Python
3 lines
123 B
Python
Import('env', 'cereal', 'messaging')
|
|
env.Program('proclogd.cc', LIBS=[cereal, messaging, 'pthread', 'zmq', 'capnp', 'kj'])
|