Skip to content

Commit

Permalink
Restore for Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
koheiw committed Sep 4, 2024
1 parent 9d212e5 commit ebb1b47
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions inst/libtbb.R
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
#' Print static TBB static library in makevars.win
if (getRversion() >= "4.3.0") {
cat("-ltbb12")
} else {
cat("-ltbb_static")
}

0 comments on commit ebb1b47

Please sign in to comment.