mirror of
https://github.com/firestar5683/StarPilot.git
synced 2026-06-30 19:12:07 +08:00
99b637c7ce
old-commit-hash: c025b96e8a
7 lines
213 B
Python
7 lines
213 B
Python
Import('env')
|
|
|
|
env.Command(['simple_kalman_impl.so'],
|
|
['simple_kalman_impl.pyx', 'simple_kalman_impl.pxd', 'simple_kalman_setup.py'],
|
|
"cd common/kalman && python3 simple_kalman_setup.py build_ext --inplace")
|
|
|