From cc38bbdfbff0312c69550cf842aa91ba3bb908c3 Mon Sep 17 00:00:00 2001 From: Andrew Resch Date: Sun, 3 Feb 2008 22:45:23 +0000 Subject: [PATCH] Fix typo. --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 33b8208e0..28fde34e2 100644 --- a/setup.py +++ b/setup.py @@ -137,7 +137,7 @@ if windows_check(): _libraries = [ 'boost_filesystem-vc71-mt-1_34_1', 'boost_date_time-vc71-mt-1_34_1', - 'boost_thread-vc71-mt-1_34_1 + 'boost_thread-vc71-mt-1_34_1', 'zlib', 'ssleay32MT', 'libeay32MT',