Skip to content

Commit ade3b31

Browse files
committed
Try harder to disable Snappy
1 parent d45c149 commit ade3b31

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

setup.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,9 @@ def blosc_extension():
7979
define_macros += [('HAVE_LZ4', 1),
8080
('HAVE_SNAPPY', 0),
8181
('HAVE_ZLIB', 1),
82-
('HAVE_ZSTD', 1)]
82+
('HAVE_ZSTD', 1),
83+
('DEACTIVATE_SNAPPY', 1),
84+
]
8385
# define_macros += [('CYTHON_TRACE', '1')]
8486

8587
# SSE2

0 commit comments

Comments
 (0)