mirror of
https://github.com/sunnypilot/sunnypilot.git
synced 2026-02-19 08:53: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'])
|