mirror of
https://github.com/firestar5683/StarPilot.git
synced 2026-06-29 18:42:07 +08:00
99b637c7ce
old-commit-hash: c025b96e8a
3 lines
111 B
Python
3 lines
111 B
Python
Import('env', 'messaging')
|
|
env.Program('logcatd.cc', LIBS=[messaging, 'cutils', 'zmq', 'czmq', 'capnp', 'kj'])
|