Skip to content

Commit

Permalink
hardcode -larrow and -lparquet
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffwong-nflx committed Dec 19, 2018
1 parent f66fa80 commit 22d89dd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion r/configure
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,8 @@ if [ "$INCLUDE_DIR" ] || [ "$LIB_DIR" ]; then
elif [ "$PKGCONFIG_CFLAGS" ] || [ "$PKGCONFIG_LIBS" ]; then
echo "Found pkg-config cflags and libs!"
PKG_CFLAGS=${PKGCONFIG_CFLAGS}
PKG_LIBS=${PKGCONFIG_LIBS}
#PKG_LIBS=${PKGCONFIG_LIBS}
PKG_LIBS="-larrow -lparquet" # hard coded! what is the right way to do this?
elif [[ "$OSTYPE" == "darwin"* ]]; then
if [ "$(command -v brew)" ]; then
BREWDIR=$(brew --prefix)
Expand Down

0 comments on commit 22d89dd

Please sign in to comment.