Skip to content

Commit 4d96e2e

Browse files
committed
Turn on USE_ZLIB for all linux-64
1 parent e02ab06 commit 4d96e2e

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

dev/conda/linux-64/deps.sh

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,6 @@
33

44
# For some reason zlib is not found on linux-64, Python 3.8
55
# as of 2024-12-11:
6-
if [[ $PYTHON_VERSION == 3.8* ]] USE_ZLIB=1
6+
# Needed for all linux-64 as of 2024-12-17
7+
# if [[ $PYTHON_VERSION == 3.8* ]]
8+
export USE_ZLIB=1

0 commit comments

Comments
 (0)