scons: export opendbc_python (#1015)

export
This commit is contained in:
Justin Newberry 2024-02-28 14:18:08 -05:00 committed by GitHub
parent 0ac21652f2
commit 5f096db742
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 4 additions and 0 deletions

View File

@ -22,3 +22,7 @@ packer = lenv.Program('packer_pyx.so', 'packer_pyx.pyx')
lenv.Depends(parser, libdbc)
lenv.Depends(packer, libdbc)
opendbc_python = Alias("opendbc_python", [parser, packer])
Export('opendbc_python')