We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4b3f033 commit 3cba1e2Copy full SHA for 3cba1e2
R/tbb.R
@@ -75,7 +75,7 @@ tbbCxxFlags <- function() {
75
tbbLdFlags <- function() {
76
77
# shortcut if TBB_LIB defined
78
- tbbLib <- Sys.getenv("TBB_LIB", unset = TBB_LIB)
+ tbbLib <- Sys.getenv("TBB_LINK_LIB", Sys.getenv("TBB_LIB", unset = TBB_LIB))
79
if (nzchar(tbbLib)) {
80
fmt <- "-L%1$s -Wl,-rpath,%1$s -ltbb -ltbbmalloc"
81
return(sprintf(fmt, asBuildPath(tbbLib)))
0 commit comments