Skip to content

Commit

Permalink
Link the _parquet_encryption extension module with libarrow_python_pa…
Browse files Browse the repository at this point in the history
…rquet_encryption.so
  • Loading branch information
pitrou committed Dec 20, 2023
1 parent 845661d commit bca17f1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion python/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -821,6 +821,7 @@ endif()
if(PYARROW_BUILD_PARQUET)
target_link_libraries(_parquet PRIVATE ${PARQUET_LINK_LIBS})
if(PYARROW_BUILD_PARQUET_ENCRYPTION)
target_link_libraries(_parquet_encryption PRIVATE ${PARQUET_LINK_LIBS})
target_link_libraries(_parquet_encryption PRIVATE ${PARQUET_LINK_LIBS}
arrow_python_parquet_encryption)
endif()
endif()

0 comments on commit bca17f1

Please sign in to comment.