Tell MEEP where to find libctl
This commit is contained in:
parent
0903ae0599
commit
bdb64c2e39
@ -83,7 +83,7 @@ def install(self, spec, prefix):
|
|||||||
|
|
||||||
if '+libctl' in spec:
|
if '+libctl' in spec:
|
||||||
config_args.append('--with-libctl={0}'.format(
|
config_args.append('--with-libctl={0}'.format(
|
||||||
spec['libctl'].prefix))
|
join_path(spec['libctl'].prefix.share, 'libctl')))
|
||||||
else:
|
else:
|
||||||
config_args.append('--without-libctl')
|
config_args.append('--without-libctl')
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user