[DEV] update isolation

This commit is contained in:
Edouard DUPIN 2016-08-08 21:43:32 +02:00
parent 27c03a9fc8
commit 01aaaad940

View File

@ -75,6 +75,10 @@ def create(target, module_name):
'ogg/ogg/os_types.h'
],
destination_path="ogg")
my_module.add_module_depend([
'c',
'm'
])
return my_module