Skip to content

Commit

Permalink
packer depends on libdbc
Browse files Browse the repository at this point in the history
  • Loading branch information
pd0wm committed Dec 3, 2019
1 parent 5d5fdd6 commit bce9a2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion can/SConscript
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ libdbc = env.SharedLibrary('libdbc', ["dbc.cc", "parser.cc", "packer.cc", "commo

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

# parser
Expand Down

0 comments on commit bce9a2e

Please sign in to comment.