cabana: static link to opendbc (#27409)
* static link to opendbc * bump opendbc * cleanup * bump opendbc --------- Co-authored-by: Adeeb Shihadeh <adeebshihadeh@gmail.com>pull/27285/head^2
parent
cddb7c37e6
commit
a036430390
7 changed files with 9 additions and 22 deletions
@ -1 +1 @@ |
||||
Subproject commit b7d4a6e2718d9ec3cf436441696528bedb1d44cf |
||||
Subproject commit 9a1de83e4b0625c38c6bc677a762528b7026aa5e |
@ -1,7 +1,7 @@ |
||||
moc_* |
||||
*.moc |
||||
|
||||
_cabana |
||||
cabana |
||||
settings |
||||
dbc/car_fingerprint_to_dbc.json |
||||
tests/_test_cabana |
||||
tests/test_cabana |
||||
|
@ -1,4 +0,0 @@ |
||||
#!/bin/sh |
||||
cd "$(dirname "$0")" |
||||
export LD_LIBRARY_PATH="../../opendbc/can:$LD_LIBRARY_PATH" |
||||
exec ./_cabana "$@" |
@ -1,4 +0,0 @@ |
||||
#!/bin/sh |
||||
cd "$(dirname "$0")" |
||||
export LD_LIBRARY_PATH="../../../opendbc/can:$LD_LIBRARY_PATH" |
||||
exec ./_test_cabana "$1" |
Loading…
Reference in new issue