Skip to content

Commit 8c000aa

Browse files
authored
Merge pull request #222 from barracuda156/macports
configure.R: add a case for MacPorts oneTBB headers
2 parents 1e4fc54 + 2f65098 commit 8c000aa

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)