We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c4e9dc8 commit c498a25Copy full SHA for c498a25
R/build.R
@@ -110,7 +110,7 @@ tbbLibPath <- function(suffix = "") {
110
"Darwin" = paste0("libtbb", suffix, ".dylib"),
111
"Windows" = paste0("tbb", suffix, ".dll"),
112
"SunOS" = paste0("libtbb", suffix, ".so"),
113
- "Linux" = paste0("libtbb", suffix, c(".so", ".so.2"))
+ "Linux" = paste0("libtbb", suffix, c(".so.2", ".so"))
114
)
115
116
# skip systems that we know not to be compatible
0 commit comments