Skip to content

Commit

Permalink
GH-34228: [R] Add LIB_DIR when Arrow is found via pkg-config (#34229)
Browse files Browse the repository at this point in the history
* Closes: #34228

Authored-by: Weston Pace <weston.pace@gmail.com>
Signed-off-by: Sutou Kouhei <kou@clear-code.com>
  • Loading branch information
westonpace committed Feb 17, 2023
1 parent 2721fa6 commit fe19160
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions r/configure
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,7 @@ else
PKG_CFLAGS="$PKGCONFIG_CFLAGS $PKG_CFLAGS"
PKG_LIBS="${PKGCONFIG_LIBS}"
PKG_DIRS="${PKGCONFIG_DIRS}"
LIB_DIR=${FOUND_LIB_DIR}

# Check for version mismatch
PC_LIB_VERSION=`pkg-config --modversion arrow`
Expand Down

0 comments on commit fe19160

Please sign in to comment.