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 b77ae67 commit 38d96b6Copy full SHA for 38d96b6
src/install.libs.R
@@ -154,6 +154,7 @@ useBundledTbb <- function() {
154
155
dir.create("tbb/build/lib_release", recursive = TRUE, showWarnings = FALSE)
156
file.copy(tbbFiles, "tbb/build/lib_release")
157
+ unlink("tbb/build-tbb", recursive = TRUE)
158
writeLines("*** finished building tbb")
159
160
}
0 commit comments