Setting library directory uniform
This commit is contained in:
parent
fdd376d080
commit
d6b0d03000
@ -202,4 +202,6 @@ def cmake_args(self):
|
|||||||
|
|
||||||
args.append(self.define("BITCODE_DIR", bitcode_dir))
|
args.append(self.define("BITCODE_DIR", bitcode_dir))
|
||||||
|
|
||||||
|
if self.spec.satisfies("@5.6:"):
|
||||||
|
args.append("-DCMAKE_INSTALL_LIBDIR=lib")
|
||||||
return args
|
return args
|
||||||
|
Loading…
Reference in New Issue
Block a user