diff --git a/lutin_audio-test.py b/lutin_audio-test.py index 8df86af..8717eb7 100644 --- a/lutin_audio-test.py +++ b/lutin_audio-test.py @@ -41,7 +41,7 @@ def create(target, module_name): 'test/test_int8_16.cpp', 'test/test_int8_8.cpp' ]) - my_module.add_module_depend(['audio', 'gtest', 'test-debug']) + my_module.add_depend(['audio', 'gtest', 'test-debug']) return my_module diff --git a/lutin_audio.py b/lutin_audio.py index 3c6f6ce..e4ca248 100644 --- a/lutin_audio.py +++ b/lutin_audio.py @@ -61,7 +61,7 @@ def create(target, module_name): 'audio/float_t.h', 'audio/double_t.h' ]) - my_module.add_module_depend(['etk']) + my_module.add_depend(['etk']) my_module.add_path(tools.get_current_path(__file__)) return my_module