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

Commit bce9a2e

Browse files
committed
packer depends on libdbc
1 parent 5d5fdd6 commit bce9a2e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

can/SConscript

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ libdbc = env.SharedLibrary('libdbc', ["dbc.cc", "parser.cc", "packer.cc", "commo
1818

1919
# packer
2020
env.Command(['packer_pyx.so'],
21-
['packer_pyx.pyx', 'packer_pyx_setup.py'],
21+
[libdbc, 'packer_pyx.pyx', 'packer_pyx_setup.py'],
2222
"cd opendbc/can && python3 packer_pyx_setup.py build_ext --inplace")
2323

2424
# parser

0 commit comments

Comments
 (0)