mirror of
https://github.com/infiniteCable2/openpilot.git
synced 2026-08-04 00:59:31 +08:00
99b637c7ce
old-commit-hash: c025b96e8a15640ee4d6e4d513fada6ed101afe5
3 lines
113 B
Python
3 lines
113 B
Python
Import('env', 'messaging')
|
|
env.Program('proclogd.cc', LIBS=[messaging, 'pthread', 'zmq', 'czmq', 'capnp', 'kj'])
|