Skip to content

Commit

Permalink
Fix autobrew
Browse files Browse the repository at this point in the history
  • Loading branch information
jeroen committed Mar 17, 2017
1 parent bbd1c4d commit 35438a0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions configure
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,8 @@ elif [[ "$OSTYPE" == "darwin"* ]]; then
if [ $(command -v brew) ]; then
BREWDIR=$(brew --prefix)
else
curl -OL https://jeroen.github.io/autobrew/postgresql.sh
source postgresql.sh
curl -sOL https://jeroen.github.io/autobrew/postgresql
source postgresql
fi
PKG_CFLAGS="-I$BREWDIR/opt/postgresql/include"
PKG_LIBS="-L$BREWDIR/opt/{openssl,postgresql}/lib $PKG_LIBS_STATIC"
Expand Down

0 comments on commit 35438a0

Please sign in to comment.