update cjellyfish and define CJELLYFISH_PYTHON in build

This commit is contained in:
James Turk 2015-03-27 16:37:38 -04:00
parent accd5f99fa
commit 77755a77dc
2 changed files with 4 additions and 2 deletions

@ -1 +1 @@
Subproject commit 3f931b0c68b6e6bda6d6cd026103ed79d9be1e2a
Subproject commit 8696a5e01e6d8b6c3a58213f32920d301632b863

View File

@ -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'],
)