Skip to content
Snippets Groups Projects
Commit 39ea1a69 authored by Manuel Günther's avatar Manuel Günther
Browse files

Linked missing boost_filesystem library.

parent 30de092f
No related branches found
No related tags found
No related merge requests found
......@@ -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'],
),
],
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment