Corrected parantheses wrapping
This commit is contained in:
parent
189e8b3f34
commit
9c1da4fa4c
@ -366,7 +366,7 @@ def get_rpaths(pkg):
|
|||||||
if os.path.isdir(d.prefix.lib64))
|
if os.path.isdir(d.prefix.lib64))
|
||||||
# Second module is our compiler mod name. We use that to get rpaths from
|
# Second module is our compiler mod name. We use that to get rpaths from
|
||||||
# module show output.
|
# module show output.
|
||||||
if pkg.compiler.modules and len(pkg.compiler.modules > 1):
|
if pkg.compiler.modules and len(pkg.compiler.modules) > 1:
|
||||||
rpaths.append(get_path_from_module(pkg.compiler.modules[1]))
|
rpaths.append(get_path_from_module(pkg.compiler.modules[1]))
|
||||||
return rpaths
|
return rpaths
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user