mirror of
https://github.com/sunnypilot/sunnypilot.git
synced 2026-02-18 21:14:01 +08:00
* common_python export
* Single scons call
* transformations_python
old-commit-hash: d138a358eb
6 lines
255 B
Python
6 lines
255 B
Python
Import('env', 'envCython')
|
|
|
|
transformations = env.Library('transformations', ['orientation.cc', 'coordinates.cc'])
|
|
transformations_python = envCython.Program('transformations.so', 'transformations.pyx')
|
|
Export('transformations', 'transformations_python')
|