Skip to content

Commit 46c1c45

Browse files
committed
Add /usr/lib/current to search path
Signed-off-by: Evan Lezar <[email protected]>
1 parent f99e863 commit 46c1c45

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

internal/lookup/cuda/cuda.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,7 @@ func (l *cudaLocator) Locate(pattern string) ([]string, error) {
9494
"/usr/lib64",
9595
"/usr/lib/x86_64-linux-gnu",
9696
"/usr/lib/aarch64-linux-gnu",
97+
"/usr/lib/current",
9798
),
9899
lookup.WithCount(1),
99100
)

0 commit comments

Comments
 (0)