Skip to content

Commit f3fcdfd

Browse files
committed
fixup for macOS
1 parent 26daf02 commit f3fcdfd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/install.libs.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ useBundledTbb <- function() {
103103
stop("error building tbb (status code ", status, ")")
104104
}
105105

106-
tbbFiles <- list.files(pattern = "libtbb.so", recursive = TRUE)
106+
tbbFiles <- list.files(pattern = "^libtbb\\.(so|dylib)", recursive = TRUE)
107107
tbbDir <- dirname(tbbFiles[[1L]])
108108

109109
dir.create("tbb/build", showWarnings = FALSE)

0 commit comments

Comments
 (0)