Skip to content

Commit

Permalink
not helpful
Browse files Browse the repository at this point in the history
  • Loading branch information
MikeBusuttil committed Dec 30, 2024
1 parent 9916378 commit 4bcde62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion opendbc/can/SConscript
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ src = ["dbc.cc", "parser.cc", "packer.cc", "common.cc"]
LINKFLAGS = envDBC["LINKFLAGS"]
if arch == "Darwin":
LINKFLAGS += ["-Wl,-install_name,@loader_path/libdbc.dylib"]
libdbc = envDBC.SharedLibrary('libdbc', src, LIBS=[common, 're2',], LINKFLAGS=LINKFLAGS)
libdbc = envDBC.SharedLibrary('libdbc', src, LIBS=[common, ], LINKFLAGS=LINKFLAGS)

# Build packer and parser
lenv = envCython.Clone()
Expand Down

0 comments on commit 4bcde62

Please sign in to comment.