Skip to content

Commit

Permalink
opendbc needs cereal
Browse files Browse the repository at this point in the history
  • Loading branch information
geohot committed Dec 2, 2019
1 parent b559f63 commit ffd9dca
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions can/SConscript
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Import('env')
Import('env', 'cereal')

import os
from opendbc.can.process_dbc import process
Expand All @@ -23,6 +23,6 @@ env.Command(['packer_impl.so'],

# parser
env.Command(['parser_pyx.so'],
[libdbc, 'parser_pyx_setup.py', 'parser_pyx.pyx', 'common.pxd'],
[libdbc, cereal, 'parser_pyx_setup.py', 'parser_pyx.pyx', 'common.pxd'],
"cd opendbc/can && python3 parser_pyx_setup.py build_ext --inplace")

0 comments on commit ffd9dca

Please sign in to comment.