[DEV] update isolation

This commit is contained in:
Edouard DUPIN 2016-08-08 21:43:32 +02:00
parent 8590b9a9c5
commit fd5fdc45f1

View File

@ -100,6 +100,10 @@ def create(target, module_name):
my_module.add_module_depend([
'cxx'
])
my_module.add_export_flag('link-lib', "pthread")
my_module.compile_version("C++", 2003)
my_module.add_module_depend([
'cxx',
'pthread',
'm'
])
return my_module