diff --git a/setup.py b/setup.py index 28fde34e2..fe139e88e 100644 --- a/setup.py +++ b/setup.py @@ -148,7 +148,7 @@ if windows_check(): ] else: _include_dirs += ['/usr/include/python' + python_version] - _libraries += [ + _libraries = [ 'boost_filesystem', 'boost_date_time', 'boost_thread',