mirror of
https://github.com/sunnypilot/sunnypilot.git
synced 2026-02-20 02:23:54 +08:00
3 lines
111 B
Python
3 lines
111 B
Python
|
|
Import('env', 'messaging')
|
||
|
|
env.Program('logcatd.cc', LIBS=[messaging, 'cutils', 'zmq', 'czmq', 'capnp', 'kj'])
|