[DEV] update isolation
This commit is contained in:
parent
27c03a9fc8
commit
01aaaad940
@ -75,6 +75,10 @@ def create(target, module_name):
|
|||||||
'ogg/ogg/os_types.h'
|
'ogg/ogg/os_types.h'
|
||||||
],
|
],
|
||||||
destination_path="ogg")
|
destination_path="ogg")
|
||||||
|
my_module.add_module_depend([
|
||||||
|
'c',
|
||||||
|
'm'
|
||||||
|
])
|
||||||
return my_module
|
return my_module
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user