Skip to content

Commit f360fa4

Browse files
committed
more
1 parent dd02730 commit f360fa4

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

.Rbuildignore

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
^inst/libs$
1212
^revdep$
1313
^src/.*\.o$
14-
^src/tbb/build/lib_.*$
14+
^src/tbb/build$
1515
^tags$
1616
^tests/testthat/pkg/RcppParallelTest/src/.*\.dll$
1717
^tests/testthat/pkg/RcppParallelTest/src/.*\.s?o$

RcppParallel.Rproj

+1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
Version: 1.0
2+
ProjectId: 8e3d73b0-404c-42f5-b2ef-46f759f65dd4
23

34
RestoreWorkspace: No
45
SaveWorkspace: No

tools/tbb/update-tbb.R

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ file.rename(folder, "tbb")
1717
setwd("tbb")
1818
remove <- c(".gitattributes", ".github", "doc", "examples", "python", "test")
1919
unlink(remove, recursive = TRUE)
20-
bazel <- list.files(pattern = "[Bb]azel")
20+
bazel <- list.files(pattern = "[Bb]azel", all.files = TRUE)
2121
unlink(bazel)
2222
setwd("..")
2323

0 commit comments

Comments
 (0)