mirror of
https://github.com/infiniteCable2/openpilot.git
synced 2026-08-05 00:05:57 +08:00
scons: fix multithreaded builds (#29716)
* common_python export * Single scons call * transformations_python old-commit-hash: d138a358ebd0e67302a409a346777fc15aeb5b66
This commit is contained in:
@@ -1,6 +1,5 @@
|
||||
Import('env', 'envCython')
|
||||
|
||||
transformations = env.Library('transformations', ['orientation.cc', 'coordinates.cc'])
|
||||
Export('transformations')
|
||||
|
||||
envCython.Program('transformations.so', 'transformations.pyx')
|
||||
transformations_python = envCython.Program('transformations.so', 'transformations.pyx')
|
||||
Export('transformations', 'transformations_python')
|
||||
|
||||
Reference in New Issue
Block a user