Skip to content

Commit c498a25

Browse files
committed
search for '.so.2' first
1 parent c4e9dc8 commit c498a25

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

R/build.R

+1-1
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ tbbLibPath <- function(suffix = "") {
110110
"Darwin" = paste0("libtbb", suffix, ".dylib"),
111111
"Windows" = paste0("tbb", suffix, ".dll"),
112112
"SunOS" = paste0("libtbb", suffix, ".so"),
113-
"Linux" = paste0("libtbb", suffix, c(".so", ".so.2"))
113+
"Linux" = paste0("libtbb", suffix, c(".so.2", ".so"))
114114
)
115115

116116
# skip systems that we know not to be compatible

0 commit comments

Comments
 (0)