We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f66fa80 commit 22d89ddCopy full SHA for 22d89dd
r/configure
@@ -49,7 +49,8 @@ if [ "$INCLUDE_DIR" ] || [ "$LIB_DIR" ]; then
49
elif [ "$PKGCONFIG_CFLAGS" ] || [ "$PKGCONFIG_LIBS" ]; then
50
echo "Found pkg-config cflags and libs!"
51
PKG_CFLAGS=${PKGCONFIG_CFLAGS}
52
- PKG_LIBS=${PKGCONFIG_LIBS}
+ #PKG_LIBS=${PKGCONFIG_LIBS}
53
+ PKG_LIBS="-larrow -lparquet" # hard coded! what is the right way to do this?
54
elif [[ "$OSTYPE" == "darwin"* ]]; then
55
if [ "$(command -v brew)" ]; then
56
BREWDIR=$(brew --prefix)
0 commit comments