Skip to content

Commit

Permalink
Fix pyodide compat with LZ4 compression
Browse files Browse the repository at this point in the history
  • Loading branch information
texodus committed Aug 30, 2023
1 parent e60a2ac commit 80e18e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/arrow/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,7 @@ set(ARROW_SRCS
# ${CMAKE_BINARY_DIR}/arrow-src/cpp/src/arrow/compute/exec/task_util.cc
)

if(PSP_PYTHON_BUILD)
if(PSP_PARALLEL_FOR)
set(ARROW_SRCS
${ARROW_SRCS}
# use standard reader in Python builds.
Expand Down

0 comments on commit 80e18e5

Please sign in to comment.