Skip to content

Commit d45c149

Browse files
committed
Try building without Snappy support
1 parent 94b009e commit d45c149

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ def blosc_extension():
7777
include_dirs += [d for d in glob('c-blosc/internal-complibs/*/*')
7878
if os.path.isdir(d)]
7979
define_macros += [('HAVE_LZ4', 1),
80-
('HAVE_SNAPPY', 1),
80+
('HAVE_SNAPPY', 0),
8181
('HAVE_ZLIB', 1),
8282
('HAVE_ZSTD', 1)]
8383
# define_macros += [('CYTHON_TRACE', '1')]

0 commit comments

Comments
 (0)