Skip to content
This repository was archived by the owner on Jun 27, 2025. It is now read-only.

Commit f9225d3

Browse files
authored
Update setup.py
1 parent ea96bc7 commit f9225d3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

setup.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,8 @@
3636
['rocksdb/_rocksdb.pyx'],
3737
extra_compile_args=extra_compile_args,
3838
language='c++',
39-
libraries=['rocksdb', 'snappy', 'bz2', 'z', 'lz4'],
39+
libraries=['rocksdb'],
40+
# libraries=['rocksdb', 'snappy', 'bz2', 'z', 'lz4'],
4041
)],
4142
extras_require={
4243
"doc": ['sphinx_rtd_theme', 'sphinx'],

0 commit comments

Comments
 (0)