Skip to content

Commit

Permalink
Fixed setup script in response to issue 11.
Browse files Browse the repository at this point in the history
  • Loading branch information
arnimarj@gmail.com committed Nov 23, 2011
1 parent 3cd091c commit 921590f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
import sys
from distutils.core import setup, Extension

extra_compile_args = ['-I./leveldb-read-only/include', '-fPIC', '-pedantic', '-Wall', '-g2', '-D_GNU_SOURCE', '-O2', '-DNDEBUG']
extra_compile_args = ['-I./leveldb-read-only/include', '-fPIC', '-Wall', '-g2', '-D_GNU_SOURCE', '-O2', '-DNDEBUG']
extra_link_args = ['-L./leveldb-read-only', '-Bstatic', '-lleveldb', '-L./snappy-read-only/.libs/', '-Bstatic', '-lsnappy']

setup(
Expand Down

0 comments on commit 921590f

Please sign in to comment.