diff --git a/lutin_ogg.py b/lutin_ogg.py index 5029972..7c61905 100644 --- a/lutin_ogg.py +++ b/lutin_ogg.py @@ -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