mirror of
https://github.com/dragonpilot/dragonpilot.git
synced 2026-02-20 03:44:18 +08:00
5 lines
117 B
Python
5 lines
117 B
Python
Import('envCython')
|
|
|
|
envCython.Program('clock.so', 'clock.pyx')
|
|
envCython.Program('params_pyx.so', 'params_pyx.pyx')
|