From d46520a057a1ae1ed6b2de1e39dd0f064311eb02 Mon Sep 17 00:00:00 2001 From: Willem Melching Date: Thu, 4 Feb 2021 19:11:29 +0100 Subject: [PATCH] look in /usr/local/lib first --- SConstruct | 1 + 1 file changed, 1 insertion(+) diff --git a/SConstruct b/SConstruct index bad66142aa..420c8b5813 100644 --- a/SConstruct +++ b/SConstruct @@ -66,6 +66,7 @@ if arch == "aarch64" or arch == "larch64": ] libpath = [ + "/usr/local/lib", "/usr/lib", "/system/vendor/lib64", "/system/comma/usr/lib",