feature/versioned-dependencies #141

Merged
xpamych merged 4 commits from feature/versioned-dependencies into master 2026-02-12 15:30:38 +00:00
Showing only changes of commit 69d85e9032 - Show all commits

View File

@@ -219,7 +219,7 @@ func filesFindLibCmd(hc interp.HandlerContext, cmd string, args []string) error
namePattern = args[0]
}
libPaths := []string{"./usr/lib/", "./usr/lib64/"}
libPaths := []string{"./usr/lib/", "./usr/lib64/", "./usr/local/lib/", "./usr/local/lib64/"}
var libFiles []string
for _, libPath := range libPaths {