From 39ea1a698afb586355c9907bc293b64365c60eef Mon Sep 17 00:00:00 2001
From: Manuel Guenther <manuel.guenther@idiap.ch>
Date: Thu, 14 Aug 2014 17:17:37 +0200
Subject: [PATCH] Linked missing boost_filesystem library.

---
 setup.py | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/setup.py b/setup.py
index 4ddc003..e81a783 100644
--- a/setup.py
+++ b/setup.py
@@ -162,7 +162,7 @@ setup(
         version = version,
         bob_packages = ['bob.core'],
         packages = ['boost'],
-        boost_modules = ['system'],
+        boost_modules = ['system', 'filesystem'],
         ),
 
       Library("bob_io_base",
@@ -196,7 +196,7 @@ setup(
         version = version,
         bob_packages = ['bob.core', 'bob.blitz'],
         packages = ['boost'],
-        boost_modules = ['system'],
+        boost_modules = ['system', 'filesystem'],
       ),
 
       Extension("bob.io.base._library",
@@ -214,7 +214,7 @@ setup(
         version = version,
         bob_packages = ['bob.core'],
         packages = ['boost'],
-        boost_modules = ['system'],
+        boost_modules = ['system', 'filesystem'],
         ),
       ],
 
-- 
GitLab