mirror of
https://github.com/sunnypilot/sunnypilot.git
synced 2026-02-19 00:43:54 +08:00
4 lines
112 B
Python
4 lines
112 B
Python
Import('env', 'arch', 'messaging')
|
|
|
|
env.Program('index_log', ['index_log.cc'], LIBS=[messaging, 'kj', 'capnp'])
|