[DEV] update etk-core
This commit is contained in:
parent
9902ff0e2d
commit
89a5cfb956
@ -60,7 +60,7 @@ def configure(target, my_module):
|
|||||||
my_module.compile_version("c++", 2011)
|
my_module.compile_version("c++", 2011)
|
||||||
# add dependency of the generic C++ library:
|
# add dependency of the generic C++ library:
|
||||||
my_module.add_depend([
|
my_module.add_depend([
|
||||||
'etk-base',
|
'etk-core',
|
||||||
])
|
])
|
||||||
#pthread is not availlable on Windows
|
#pthread is not availlable on Windows
|
||||||
if "Linux" in target.get_type() \
|
if "Linux" in target.get_type() \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user