Show More
@@ -968,9 +968,8 b' extmodules = [' | |||
|
968 | 968 | 'hg-direct-ffi', |
|
969 | 969 | include_dirs=common_include_dirs, |
|
970 | 970 | depends=common_depends + ['mercurial/cext/charencode.h', |
|
971 |
' |
|
|
972 |
' |
|
|
973 | 'mercurial/rust/src/cpython.rs']), | |
|
971 | 'rust/hg-core/src/ancestors.rs', | |
|
972 | 'rust/hg-core/src/lib.rs']), | |
|
974 | 973 | Extension('mercurial.cext.osutil', ['mercurial/cext/osutil.c'], |
|
975 | 974 | include_dirs=common_include_dirs, |
|
976 | 975 | extra_compile_args=osutil_cflags, |
General Comments 0
You need to be logged in to leave comments.
Login now