Deploy the new <ctype.h> and `foocmp' macros from mLib.
[catacomb-python] / setup.py
index efa922b..69bf393 100755 (executable)
--- a/setup.py
+++ b/setup.py
@@ -4,7 +4,7 @@ import distutils.core as DC
 import mdwsetup as MS
 
 MS.pkg_config('catacomb', '2.5.0')
-MS.pkg_config('mLib', '2.2.2.1')
+MS.pkg_config('mLib', '2.4.99~')
 
 cat = DC.Extension('catacomb._base',
                    ['catacomb.c', 'bytestring.c', 'buffer.c',