Fix detection of libjvm on aarch64 (#1112012)
This commit is contained in:
parent
787d37a4f1
commit
625a7c879d
2 changed files with 6 additions and 2 deletions
|
|
@ -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 */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue