openpilot/common/SConscript

7 lines
161 B
Python
Raw Normal View History

2020-01-17 11:28:44 -07:00
Import('env')
# parser
env.Command(['common_pyx.so'],
['common_pyx_setup.py', 'clock.pyx'],
"cd common && python3 common_pyx_setup.py build_ext --inplace")