Show More
@@ -615,7 +615,7 b' extmodules = [' | |||
|
615 | 615 | |
|
616 | 616 | sys.path.insert(0, 'contrib/python-zstandard') |
|
617 | 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 | 620 | try: |
|
621 | 621 | from distutils import cygwinccompiler |
General Comments 0
You need to be logged in to leave comments.
Login now