Show More
@@ -589,6 +589,10 b' extmodules = [' | |||
|
589 | 589 | ['hgext/fsmonitor/pywatchman/bser.c']), |
|
590 | 590 | ] |
|
591 | 591 | |
|
592 | sys.path.insert(0, 'contrib/python-zstandard') | |
|
593 | import setup_zstd | |
|
594 | extmodules.append(setup_zstd.get_c_extension('mercurial.zstd')) | |
|
595 | ||
|
592 | 596 | try: |
|
593 | 597 | from distutils import cygwinccompiler |
|
594 | 598 |
General Comments 0
You need to be logged in to leave comments.
Login now