[DEBUG] correct build on Windows
This commit is contained in:
parent
1e36611da3
commit
d07aeee257
@ -75,11 +75,15 @@ def create(target, module_name):
|
||||
my_module.add_depend([
|
||||
'cxx',
|
||||
'm',
|
||||
'pthread',
|
||||
'arpa',
|
||||
'rpc'
|
||||
'pthread'
|
||||
])
|
||||
|
||||
if "Windows" not in target.get_type():
|
||||
my_module.add_depend([
|
||||
'arpa',
|
||||
'rpc'
|
||||
])
|
||||
|
||||
my_module.add_path(os.path.join(tools.get_current_path(__file__), "googletest/googletest"))
|
||||
my_module.add_path(os.path.join(tools.get_current_path(__file__), "googletest/googletest/include"))
|
||||
return my_module
|
||||
|
Loading…
Reference in New Issue
Block a user