From 135a0ca7e9f6524cf735fe0633ffe228de35d276 Mon Sep 17 00:00:00 2001 From: Andrew Resch Date: Thu, 28 Aug 2008 04:03:39 +0000 Subject: [PATCH] Fix typo in [3766] --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index ce879643b..9a189f42a 100644 --- a/setup.py +++ b/setup.py @@ -169,7 +169,7 @@ else: # Modify the libs if necessary for systems with only -mt boost libs if not os.path.exists( - os.path.join(sysconfig.PREFIX, "lib", "libboost-filesystem.so")): + os.path.join(sysconfig.PREFIX, "lib", "libboost_filesystem.so")): # It's likely that this system doesn't have symlinks setup # So add '-mt' to the libraries for lib in _libraries: