Skip to content

Commit 38d96b6

Browse files
committed
clean up when we're done
1 parent b77ae67 commit 38d96b6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/install.libs.R

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -154,6 +154,7 @@ useBundledTbb <- function() {
154154

155155
dir.create("tbb/build/lib_release", recursive = TRUE, showWarnings = FALSE)
156156
file.copy(tbbFiles, "tbb/build/lib_release")
157+
unlink("tbb/build-tbb", recursive = TRUE)
157158
writeLines("*** finished building tbb")
158159

159160
}

0 commit comments

Comments
 (0)