Skip to content

Commit

Permalink
paths: add /usr/lib64 to set of default paths for shared objects
Browse files Browse the repository at this point in the history
  • Loading branch information
shoenig committed Sep 17, 2024
1 parent 1aec49d commit d3be812
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions path_linux.go
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ func init() {
Dir("/lib", "rx"),
Dir("/lib64", "rx"),
Dir("/usr/lib", "rx"),
Dir("/usr/lib64", "rx"),
Dir("/usr/libexec", "rx"),
Dir("/usr/local/lib", "rx"),
Dir("/usr/local/lib64", "rx"),
Expand Down

0 comments on commit d3be812

Please sign in to comment.