[DEBUG] pb to build on IOs and MacOs

This commit is contained in:
Edouard DUPIN 2016-10-07 23:21:24 +02:00
parent 6e78734ed3
commit 6c00f7fb75

View File

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