Skip to content

Commit

Permalink
Add pkg-config --libs tbb
Browse files Browse the repository at this point in the history
  • Loading branch information
koheiw committed Sep 3, 2024
1 parent 11727bf commit 222bf7a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion inst/libtbb.R
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@ if (Sys.info()[["sysname"]] == "Windows") {
}
} else {
if (quanteda:::cpp_tbb_enabled()) {
cat("-ltbb")
cat("pkg-config --libs tbb")
}
}

0 comments on commit 222bf7a

Please sign in to comment.