diff --git a/tools/config/configure.R b/tools/config/configure.R index 54ebbc15..680e58bf 100644 --- a/tools/config/configure.R +++ b/tools/config/configure.R @@ -56,6 +56,7 @@ if (broken) cppflags <- read_r_config("CPPFLAGS", envir = NULL)[[1]] cppflags <- sub("(?: )?-I/usr/local/include", "", cppflags) cppflags <- sub("(?: )?-I/opt/homebrew/include", "", cppflags) +cppflags <- sub("(?: )?-I/opt/local/libexec/onetbb/include", "", cppflags) # define the set of flags appropriate to the current # configuration of R