Skip to content

Commit 306b151

Browse files
committed
Stop setting LDFLAGS/CPPFLAGS to include brew directories
Let the build systems figure them out!
1 parent 3c403b5 commit 306b151

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/test_build.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -118,8 +118,6 @@ jobs:
118118
echo `brew --prefix make `/libexec/gnubin >> $GITHUB_PATH
119119
echo `brew --prefix libtool`/libexec/gnubin >> $GITHUB_PATH
120120
echo `brew --prefix bison`/bin >> $GITHUB_PATH
121-
echo "CPPFLAGS=-I$(brew --prefix)/include -I$(brew --prefix libomp)/include -I$(brew --prefix readline)/include" >> $GITHUB_ENV
122-
echo "LDFLAGS= -L$(brew --prefix)/lib -L$(brew --prefix libomp)/lib -L$(brew --prefix readline)/lib" >> $GITHUB_ENV
123121
fi
124122
125123
- uses: actions/cache@v4

0 commit comments

Comments
 (0)