Skip to content

Commit 0da9610

Browse files
committed
hide from homebrew R
1 parent ff49e84 commit 0da9610

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tools/config/configure.R

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ if (broken)
4949
# there as opposed to the bundled version
5050
cppflags <- read_r_config("CPPFLAGS", envir = NULL)[[1]]
5151
cppflags <- sub("(?: )?-I/usr/local/include", "", cppflags)
52+
cppflags <- sub("(?: )?-I/opt/homebrew/include", "", cppflags)
5253

5354
# define the set of flags appropriate to the current
5455
# configuration of R

0 commit comments

Comments
 (0)