chiark
/
gitweb
/
~mdw
/
catacomb-python
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Fix for Cygwin.
[catacomb-python]
/
setup.py
diff --git
a/setup.py
b/setup.py
index ad7577600498a7f4713b3c8ad2947c4bc52dd39f..0fa8848d40b148e2469ed8514e5e3951e87851d2 100644
(file)
--- a/
setup.py
+++ b/
setup.py
@@
-42,8
+42,8
@@
def uniquify(l):
cflags = []
libs = []
-libconfig('mLib', '2.0.3')
libconfig('catacomb', '2.1.0')
+libconfig('mLib', '2.0.3')
class SubprocessFailure (Exception):
def __init__(me, file, rc):