From 61c4da30f559eefa9b7873c316e77dc08834876f Mon Sep 17 00:00:00 2001 From: Dean Lee Date: Wed, 24 Jul 2024 02:53:40 +0800 Subject: [PATCH] Fix `/usr/bin/ld: skipping incompatible /usr/lib/libgcc_s.so.1` warnings (#33047) fix incompatible lib warning old-commit-hash: fbbd4ee692d2f84b90bfaf93499c6360e5bdad2b --- SConstruct | 1 - 1 file changed, 1 deletion(-) diff --git a/SConstruct b/SConstruct index 0c4dbee18..1f83b1e43 100644 --- a/SConstruct +++ b/SConstruct @@ -102,7 +102,6 @@ if arch == "larch64": libpath = [ "/usr/local/lib", - "/usr/lib", "/system/vendor/lib64", f"#third_party/acados/{arch}/lib", ]