setup.py
changeset 30698 c3db3bb4699f
parent 30458 0df215fba6cf
child 30888 561a019c0268
equal deleted inserted replaced
30697:13d94304c8da 30698:c3db3bb4699f
   613               ['hgext/fsmonitor/pywatchman/bser.c']),
   613               ['hgext/fsmonitor/pywatchman/bser.c']),
   614     ]
   614     ]
   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
   622 
   622 
   623     # the -mno-cygwin option has been deprecated for years
   623     # the -mno-cygwin option has been deprecated for years