[DEBUG] Missing dependency in Linux

This commit is contained in:
Edouard DUPIN 2016-10-13 21:29:18 +02:00
parent 6c00f7fb75
commit e9d11c0edb

View File

@ -77,7 +77,7 @@ def configure(target, my_module):
'pthread' 'pthread'
]) ])
if "linux" in target.get_type(): if "Linux" in target.get_type():
my_module.add_depend([ my_module.add_depend([
'arpa', 'arpa',
'rpc' 'rpc'