mirror of
https://github.com/firestar5683/StarPilot.git
synced 2026-06-29 02:22:09 +08:00
6993b1ecca
old-commit-hash: 845abed5db08d3835ddf64bee977d56a2056461c
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'])
|