Skip to content

Commit be8cee0

Browse files
committed
Link Cython modules to libarrow* libraries
Change-Id: I74649137694189f7d4495421aad0e45d755aa349
1 parent 5716601 commit be8cee0

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

python/CMakeLists.txt

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -509,5 +509,7 @@ foreach(module ${CYTHON_EXTENSIONS})
509509
510510
set_target_properties(${module_name} PROPERTIES
511511
INSTALL_RPATH ${module_install_rpath})
512-
target_link_libraries(${module_name} pyarrow)
512+
target_link_libraries(${module_name}
513+
${LINK_LIBS}
514+
pyarrow)
513515
endforeach(module)

0 commit comments

Comments
 (0)