diff options
-rw-r--r-- | setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -106,7 +106,7 @@ setup_args = dict( compile_extension = True -if not sys.platform.startswith('java'): +if sys.platform.startswith('java'): # Jython can't compile C extensions compile_extension = False |