[DEV] add missing dependency with math (m) lib
This commit is contained in:
parent
8fdb052912
commit
f06311184e
@ -78,7 +78,10 @@ def create(target, module_name):
|
||||
],
|
||||
destination_path="LinearMath")
|
||||
# depend on the cxx library (need <new> and somes things ...)
|
||||
my_module.add_module_depend(['cxx'])
|
||||
my_module.add_module_depend([
|
||||
'cxx',
|
||||
'm'
|
||||
])
|
||||
return my_module
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user