[DEV] change dependency on the ethead in ethread-tools
This commit is contained in:
parent
2a4e73a0a1
commit
7bb072b94c
@ -59,7 +59,7 @@ def configure(target, my_module):
|
||||
my_module.compile_version("c", 1999)
|
||||
# add dependency of the generic C++ library:
|
||||
my_module.add_depend('cxx')
|
||||
my_module.add_optionnal_depend('ethread', ["c++", "-DELOG_BUILD_ETHREAD"])
|
||||
my_module.add_optionnal_depend('ethread-tools', ["c++", "-DELOG_BUILD_ETHREAD"])
|
||||
|
||||
if "Windows" in target.get_type():
|
||||
pass
|
||||
|
Loading…
x
Reference in New Issue
Block a user