##// END OF EJS Templates
setup: compile zstd C extension...
Gregory Szorc -
r30436:788ea4ac default
parent child Browse files
Show More
@@ -589,6 +589,10 b' extmodules = ['
589 ['hgext/fsmonitor/pywatchman/bser.c']),
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 try:
596 try:
593 from distutils import cygwinccompiler
597 from distutils import cygwinccompiler
594
598
General Comments 0
You need to be logged in to leave comments. Login now