We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1e4fc54 + 2f65098 commit 8c000aaCopy full SHA for 8c000aa
tools/config/configure.R
@@ -56,6 +56,7 @@ if (broken)
56
cppflags <- read_r_config("CPPFLAGS", envir = NULL)[[1]]
57
cppflags <- sub("(?: )?-I/usr/local/include", "", cppflags)
58
cppflags <- sub("(?: )?-I/opt/homebrew/include", "", cppflags)
59
+cppflags <- sub("(?: )?-I/opt/local/libexec/onetbb/include", "", cppflags)
60
61
# define the set of flags appropriate to the current
62
# configuration of R
0 commit comments