From e9d11c0edb87c95272a5d24187bb3ccee29d3ae8 Mon Sep 17 00:00:00 2001 From: Edouard DUPIN Date: Thu, 13 Oct 2016 21:29:18 +0200 Subject: [PATCH] [DEBUG] Missing dependency in Linux --- lutin_gtest.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'