Fix detection of libjvm on aarch64 (#1112012)

This commit is contained in:
Yaakov Selkowitz 2014-06-24 22:51:09 -05:00 committed by Petr Písař
commit 625a7c879d
2 changed files with 6 additions and 2 deletions

View file

@ -77,7 +77,8 @@ class JavaConfig {
}
value = value + ":" +
home + filesep + "lib" + filesep + architecture + ":" +
home + filesep + "lib" + filesep + architecture + filesep + "server";
home + filesep + "lib" + filesep + architecture + filesep + "server:" +
home + filesep + "lib" + filesep + architecture + filesep + "client";
/* Convert the collon delimited paths to LDFLAGS format */