Skip to content

Commit

Permalink
Enable autobrew in CI when needed #82 (#27)
Browse files Browse the repository at this point in the history
  • Loading branch information
jeroen authored Oct 25, 2021
1 parent 8d281ea commit 8619e5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configure
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ elif [ "$PKGCONFIG_CFLAGS" ] || [ "$PKGCONFIG_LIBS" ]; then
PKG_CFLAGS="${PKGCONFIG_CFLAGS}"
PKG_LIBS="${PKGCONFIG_LIBS}"
elif [ "`uname`" = "Darwin" ]; then
brew --version 2>/dev/null
test ! "$CI" && brew --version 2>/dev/null
if [ $? -eq 0 ]; then
BREWDIR="`brew --prefix`"
PKG_CFLAGS="-I$BREWDIR/include/freetype2 -I$BREWDIR/include/harfbuzz -I$BREWDIR/include/glib-2.0 -I$BREWDIR/include/fribidi"
Expand Down

0 comments on commit 8619e5e

Please sign in to comment.