We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ff49e84 commit 0da9610Copy full SHA for 0da9610
tools/config/configure.R
@@ -49,6 +49,7 @@ if (broken)
49
# there as opposed to the bundled version
50
cppflags <- read_r_config("CPPFLAGS", envir = NULL)[[1]]
51
cppflags <- sub("(?: )?-I/usr/local/include", "", cppflags)
52
+cppflags <- sub("(?: )?-I/opt/homebrew/include", "", cppflags)
53
54
# define the set of flags appropriate to the current
55
# configuration of R
0 commit comments