[DEBUG] correct include in boost

This commit is contained in:
Edouard DUPIN 2015-02-25 21:28:07 +01:00
parent 185d3c290c
commit ffeb404d52

View File

@ -23,7 +23,11 @@ class System(lutinSystem.System):
return;
self.valid = True
# todo : create a searcher of the presence of the library:
self.add_export_flag_LD("-lboost")
self.add_export_flag_LD([
"-lboost_system",
"-lboost_thread",
"-lboost_chrono"
])