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