Skip to content

Commit

Permalink
Make ZLIB_ROOT more specific to only find one library
Browse files Browse the repository at this point in the history
  • Loading branch information
bryanwweber committed Nov 29, 2024
1 parent 637a7ba commit bad0a66
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cibw_before_all_windows.sh
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,8 @@ nuget install zlib-msvc-x64 -ExcludeVersion -OutputDirectory "$PROJECT_PATH"
EXTRA_PATH="$PROJECT_PATH\zlib-msvc-x64\build\native\bin_release"
export PATH="$PATH:$EXTRA_PATH"
export CL="/I$PROJECT_PATH\zlib-msvc-x64\build\native\include"
export LINK="/LIBPATH:$PROJECT_PATH\zlib-msvc-x64\build\native\lib_release"
export ZLIB_ROOT="$PROJECT_PATH\zlib-msvc-x64\build\native"
export LINK="/LIBPATH:$ZLIB_ROOT"
export ZLIB_ROOT="$PROJECT_PATH\zlib-msvc-x64\build\native\lib_release"

# HDF5
export HDF5_VERSION="1.14.5"
Expand Down

0 comments on commit bad0a66

Please sign in to comment.