[DEV] update isolation

This commit is contained in:
Edouard DUPIN 2016-08-08 21:43:32 +02:00
parent 20706fa4f5
commit 4b3de6e202

View File

@ -918,4 +918,10 @@ def create(target, module_name):
my_module.add_export_flag('link', [
'-ldl',
])
my_module.add_module_depend([
'c',
'm',
'rpc',
'arpa',
])
return my_module