Skip to content
This repository was archived by the owner on Apr 13, 2024. It is now read-only.

Commit ffd9dca

Browse files
committed
opendbc needs cereal
1 parent b559f63 commit ffd9dca

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

can/SConscript

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Import('env')
1+
Import('env', 'cereal')
22

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

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

0 commit comments

Comments
 (0)