Show More
@@ -615,7 +615,7 b' extmodules = [' | |||||
615 |
|
615 | |||
616 | sys.path.insert(0, 'contrib/python-zstandard') |
|
616 | sys.path.insert(0, 'contrib/python-zstandard') | |
617 | import setup_zstd |
|
617 | import setup_zstd | |
618 | extmodules.append(setup_zstd.get_c_extension('mercurial.zstd')) |
|
618 | extmodules.append(setup_zstd.get_c_extension(name='mercurial.zstd')) | |
619 |
|
619 | |||
620 | try: |
|
620 | try: | |
621 | from distutils import cygwinccompiler |
|
621 | from distutils import cygwinccompiler |
General Comments 0
You need to be logged in to leave comments.
Login now