There was an error while loading. Please reload this page.
1 parent 5716601 commit be8cee0Copy full SHA for be8cee0
1 file changed
python/CMakeLists.txt
@@ -509,5 +509,7 @@ foreach(module ${CYTHON_EXTENSIONS})
509
510
set_target_properties(${module_name} PROPERTIES
511
INSTALL_RPATH ${module_install_rpath})
512
- target_link_libraries(${module_name} pyarrow)
+ target_link_libraries(${module_name}
513
+ ${LINK_LIBS}
514
+ pyarrow)
515
endforeach(module)
0 commit comments