Skip to content

Commit

Permalink
Remove Static Library from Build Script (commaai#1084)
Browse files Browse the repository at this point in the history
remove static lib
  • Loading branch information
deanlee authored Aug 18, 2024
1 parent 357e43f commit 74e042d
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions opendbc/can/SConscript
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,6 @@ if arch == "Darwin":
LINKFLAGS += ["-Wl,-install_name,@loader_path/libdbc.dylib"]
libdbc = envDBC.SharedLibrary('libdbc', src, LIBS=[common, ], LINKFLAGS=LINKFLAGS)

# static library for tools like cabana
envDBC.Library('libdbc_static', src, LIBS=[common, ])

# Build packer and parser
lenv = envCython.Clone()
lenv["RPATH"] = [libdbc[0].dir.abspath, ]
Expand Down

0 comments on commit 74e042d

Please sign in to comment.