Skip to content

Commit

Permalink
Fix /usr/bin/ld: skipping incompatible /usr/lib/libgcc_s.so.1 warni…
Browse files Browse the repository at this point in the history
…ngs (commaai#33047)

fix incompatible lib warning
  • Loading branch information
deanlee authored Jul 23, 2024
1 parent 9b8c169 commit fbbd4ee
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion SConstruct
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,6 @@ if arch == "larch64":

libpath = [
"/usr/local/lib",
"/usr/lib",
"/system/vendor/lib64",
f"#third_party/acados/{arch}/lib",
]
Expand Down

0 comments on commit fbbd4ee

Please sign in to comment.