Skip to content

Commit 2f65098

Browse files
committed
configure.R: add a case for MacPorts oneTBB headers
1 parent c5d3b57 commit 2f65098

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tools/config/configure.R

+1
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@ if (broken)
5656
cppflags <- read_r_config("CPPFLAGS", envir = NULL)[[1]]
5757
cppflags <- sub("(?: )?-I/usr/local/include", "", cppflags)
5858
cppflags <- sub("(?: )?-I/opt/homebrew/include", "", cppflags)
59+
cppflags <- sub("(?: )?-I/opt/local/libexec/onetbb/include", "", cppflags)
5960

6061
# define the set of flags appropriate to the current
6162
# configuration of R

0 commit comments

Comments
 (0)