Skip to content

Commit 6df653b

Browse files
author
kindjacket
committed
remove HAVE_SNAPPY macro to fix c-blosc build
1 parent b76a21a commit 6df653b

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
@@ -79,7 +79,7 @@ def blosc_extension():
7979
include_dirs += [d for d in glob('c-blosc/internal-complibs/*/*/*')
8080
if os.path.isdir(d)]
8181
define_macros += [('HAVE_LZ4', 1),
82-
('HAVE_SNAPPY', 1),
82+
# ('HAVE_SNAPPY', 1),
8383
('HAVE_ZLIB', 1),
8484
('HAVE_ZSTD', 1)]
8585
# define_macros += [('CYTHON_TRACE', '1')]

0 commit comments

Comments
 (0)