wscript: add iostreams to fix linking with clang
Fixes linking on MacOS, Android
Change-Id: Ic2c9306e03ca0214bd58ebe3dc56fcf496612f65
diff --git a/wscript b/wscript
index 70e0b5b..1307138 100644
--- a/wscript
+++ b/wscript
@@ -33,7 +33,7 @@
conf.env['WITH_TESTS'] = conf.options.with_tests
conf.env['WITH_EXAMPLES'] = conf.options.with_examples
- boost_libs = 'system thread log log_setup'
+ boost_libs = 'system thread log log_setup iostreams'
if conf.env['WITH_TESTS']:
conf.define('WITH_TESTS', 1);
boost_libs += ' unit_test_framework'