[DEBUG] add missing 'm' dependency

This commit is contained in:
Edouard DUPIN 2016-01-18 21:07:45 +01:00
parent 14a090ff89
commit 0c3dce26e2

View File

@ -48,7 +48,7 @@ def create(target, module_name):
],
destination_path="speex")
# name of the dependency
my_module.add_module_depend('z')
my_module.add_module_depend(['z', 'm'])
my_module.compile_version("c", 1999)
my_module.add_path(os.path.join(tools.get_current_path(__file__), "speex-dsp/include"))
# configure library: