arrow-cpp: fix eval, enable linking against zstd_shared

This is a second part for #93203.
This commit is contained in:
Dmitry Kalinkin
2020-07-15 22:35:31 -04:00
parent 9173beb67d
commit 166a71a6ae
2 changed files with 1 additions and 3 deletions

View File

@@ -96,7 +96,7 @@ in stdenv.mkDerivation rec {
"-DARROW_WITH_SNAPPY=ON"
"-DARROW_WITH_ZLIB=ON"
"-DARROW_WITH_ZSTD=ON"
"-DARROW_ZSTD_USE_SHARED=OFF" # TODO use shared zstd once #91984 hits the master
"-DARROW_ZSTD_USE_SHARED=${if enableShared then "ON" else "OFF"}"
# Parquet options:
"-DARROW_PARQUET=ON"
"-DPARQUET_BUILD_EXECUTABLES=ON"