update cjellyfish and define CJELLYFISH_PYTHON in build
This commit is contained in:
parent
accd5f99fa
commit
77755a77dc
|
@ -1 +1 @@
|
|||
Subproject commit 3f931b0c68b6e6bda6d6cd026103ed79d9be1e2a
|
||||
Subproject commit 8696a5e01e6d8b6c3a58213f32920d301632b863
|
4
setup.py
4
setup.py
|
@ -82,7 +82,9 @@ def run_setup(build_c):
|
|||
'cjellyfish/soundex.c',
|
||||
'cjellyfish/metaphone.c',
|
||||
'cjellyfish/nysiis.c',
|
||||
'cjellyfish/porter.c'])],
|
||||
'cjellyfish/porter.c'],
|
||||
define_macros=[('CJELLYFISH_PYTHON', '1')],
|
||||
)],
|
||||
cmdclass=dict(build_ext=ve_build_ext, test=TestCommand),
|
||||
packages=['jellyfish'],
|
||||
)
|
||||
|
|
Loading…
Reference in New Issue