Skip to content

Commit ee6d640

Browse files
committed
overwrite
1 parent 38d96b6 commit ee6d640

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
@@ -153,7 +153,7 @@ useBundledTbb <- function() {
153153
)
154154

155155
dir.create("tbb/build/lib_release", recursive = TRUE, showWarnings = FALSE)
156-
file.copy(tbbFiles, "tbb/build/lib_release")
156+
file.copy(tbbFiles, "tbb/build/lib_release", overwrite = TRUE)
157157
unlink("tbb/build-tbb", recursive = TRUE)
158158
writeLines("*** finished building tbb")
159159

0 commit comments

Comments
 (0)