From 9c9f9e81684b587ea972407a2e2221ed90a025bb Mon Sep 17 00:00:00 2001 From: Edouard DUPIN Date: Wed, 7 Sep 2016 22:05:42 +0200 Subject: [PATCH] [DEV] update to future lutin 2.0 --- lutin_audio-test.py | 2 +- lutin_audio.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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