[DEV] change dependency on the ethead in ethread-tools

This commit is contained in:
Edouard DUPIN 2016-12-05 23:41:53 +01:00
parent 2a4e73a0a1
commit 7bb072b94c

View File

@ -59,7 +59,7 @@ def configure(target, my_module):
my_module.compile_version("c", 1999) my_module.compile_version("c", 1999)
# add dependency of the generic C++ library: # add dependency of the generic C++ library:
my_module.add_depend('cxx') 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(): if "Windows" in target.get_type():
pass pass