Skip to content

Commit 22d89dd

Browse files
committed
hardcode -larrow and -lparquet
1 parent f66fa80 commit 22d89dd

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

r/configure

+2-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,8 @@ if [ "$INCLUDE_DIR" ] || [ "$LIB_DIR" ]; then
4949
elif [ "$PKGCONFIG_CFLAGS" ] || [ "$PKGCONFIG_LIBS" ]; then
5050
echo "Found pkg-config cflags and libs!"
5151
PKG_CFLAGS=${PKGCONFIG_CFLAGS}
52-
PKG_LIBS=${PKGCONFIG_LIBS}
52+
#PKG_LIBS=${PKGCONFIG_LIBS}
53+
PKG_LIBS="-larrow -lparquet" # hard coded! what is the right way to do this?
5354
elif [[ "$OSTYPE" == "darwin"* ]]; then
5455
if [ "$(command -v brew)" ]; then
5556
BREWDIR=$(brew --prefix)

0 commit comments

Comments
 (0)