Skip to content

Commit

Permalink
Slightly sexier
Browse files Browse the repository at this point in the history
  • Loading branch information
jeroen committed Feb 2, 2016
1 parent 0b9b0c1 commit 4841be2
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 @@ -43,7 +43,7 @@ elif [[ "$OSTYPE" == "darwin"* ]]; then
rm -f $BREWDIR/opt/$PKG_BREW_NAME/lib/*.dylib
fi
PKG_CFLAGS="-I$BREWDIR/opt/postgresql/include"
PKG_LIBS="-L$BREWDIR/opt/{openssl/lib,postgresql/lib} $PKG_LIBS_STATIC"
PKG_LIBS="-L$BREWDIR/opt/{openssl,postgresql}/lib} $PKG_LIBS_STATIC"
fi

# For debugging
Expand Down

0 comments on commit 4841be2

Please sign in to comment.