Skip to content

Commit

Permalink
add opendbc/can/ to LIBPATH
Browse files Browse the repository at this point in the history
  • Loading branch information
adeebshihadeh committed Aug 19, 2024
1 parent dc4de1a commit ff1c8b4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions opendbc/can/SConscript
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ libdbc = envDBC.SharedLibrary('libdbc', src, LIBS=[common, ], LINKFLAGS=LINKFLAG

# Build packer and parser
lenv = envCython.Clone()
lenv["LIBPATH"].append(Dir("."))
lenv["RPATH"] = [libdbc[0].dir.abspath, ]
parser = lenv.Program('parser_pyx.so', 'parser_pyx.pyx', LIBS=[common, libdbc[0].name])
packer = lenv.Program('packer_pyx.so', 'packer_pyx.pyx', LIBS=[common, libdbc[0].name])
Expand Down

0 comments on commit ff1c8b4

Please sign in to comment.