summaryrefslogtreecommitdiffstats
path: root/configgen/bin/make-config.pl
diff options
context:
space:
mode:
Diffstat (limited to 'configgen/bin/make-config.pl')
-rwxr-xr-xconfiggen/bin/make-config.pl1
1 files changed, 1 insertions, 0 deletions
diff --git a/configgen/bin/make-config.pl b/configgen/bin/make-config.pl
index 310688352a2..1837137ff07 100755
--- a/configgen/bin/make-config.pl
+++ b/configgen/bin/make-config.pl
@@ -71,6 +71,7 @@ my $VESPA_HOME = $ENV{'VESPA_HOME'};
# END perl environment bootstrap section
use lib $ENV{'VESPA_HOME'} . '/lib/perl5/site_perl';
+use lib $ENV{'VESPA_HOME'} . '/lib64/perl5/site_perl';
use Yahoo::Vespa::Defaults;
readConfFile();