mercurial/cffi/mpatchbuild.py
changeset 32506 2dcb3d52ef41
parent 32505 05a16c19967e
child 36948 0585337ea787
--- a/mercurial/cffi/mpatchbuild.py	Tue May 02 21:04:40 2017 +0900
+++ b/mercurial/cffi/mpatchbuild.py	Tue May 02 21:08:38 2017 +0900
@@ -6,7 +6,7 @@
 ffi = cffi.FFI()
 mpatch_c = os.path.join(os.path.join(os.path.dirname(__file__), '..',
                                      'mpatch.c'))
-ffi.set_source("_mpatch_cffi", open(mpatch_c).read(),
+ffi.set_source("mercurial.cffi._mpatch", open(mpatch_c).read(),
                include_dirs=["mercurial"])
 ffi.cdef("""