mirror of
https://github.com/sunnypilot/sunnypilot.git
synced 2026-02-24 17:33:55 +08:00
* remove czmq
* remove streaming mode from loggerd
* Add include for usleep
old-commit-hash: a4ccfcffe8
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'])
|