diff --git a/lutin_gtest.py b/lutin_gtest.py index 83af095..f50f4a1 100644 --- a/lutin_gtest.py +++ b/lutin_gtest.py @@ -77,7 +77,7 @@ def configure(target, my_module): 'pthread' ]) - if "linux" in target.get_type(): + if "Linux" in target.get_type(): my_module.add_depend([ 'arpa', 'rpc'