Tell MEEP where to find libctl

This commit is contained in:
Adam J. Stewart 2016-07-14 09:46:09 -05:00
parent 0903ae0599
commit bdb64c2e39

View File

@ -83,7 +83,7 @@ def install(self, spec, prefix):
if '+libctl' in spec:
config_args.append('--with-libctl={0}'.format(
spec['libctl'].prefix))
join_path(spec['libctl'].prefix.share, 'libctl')))
else:
config_args.append('--without-libctl')