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

Linked missing boost_system library.

parent a1a8f390
No related branches found
No related tags found
No related merge requests found
...@@ -161,6 +161,8 @@ setup( ...@@ -161,6 +161,8 @@ setup(
extra_compile_args = extra_compile_args, extra_compile_args = extra_compile_args,
version = version, version = version,
bob_packages = ['bob.core'], bob_packages = ['bob.core'],
packages = ['boost'],
boost_modules = ['system'],
), ),
Library("bob_io_base", Library("bob_io_base",
...@@ -194,6 +196,7 @@ setup( ...@@ -194,6 +196,7 @@ setup(
version = version, version = version,
bob_packages = ['bob.core', 'bob.blitz'], bob_packages = ['bob.core', 'bob.blitz'],
packages = ['boost'], packages = ['boost'],
boost_modules = ['system'],
), ),
Extension("bob.io.base._library", Extension("bob.io.base._library",
...@@ -211,6 +214,7 @@ setup( ...@@ -211,6 +214,7 @@ setup(
version = version, version = version,
bob_packages = ['bob.core'], bob_packages = ['bob.core'],
packages = ['boost'], packages = ['boost'],
boost_modules = ['system'],
), ),
], ],
......
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