mirror of
https://github.com/sunnypilot/sunnypilot.git
synced 2026-06-20 01:02:07 +08:00
99b637c7ce
old-commit-hash: c025b96e8a
7 lines
161 B
Python
7 lines
161 B
Python
Import('env')
|
|
|
|
# parser
|
|
env.Command(['common_pyx.so'],
|
|
['common_pyx_setup.py', 'clock.pyx'],
|
|
"cd common && python3 common_pyx_setup.py build_ext --inplace")
|