Skip to content

Commit

Permalink
#54 Also search in base dir when finding/extracting native lib
Browse files Browse the repository at this point in the history
  • Loading branch information
tdemande committed Jan 31, 2019
1 parent 839ddcf commit bc3f187
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -288,7 +288,8 @@ final public String[] getSpecificSearchDirs() {
return new String[] {
getPlatform() + "/" + System.getProperty("os.arch"),
getPlatform(),
getOperatingSystem()
getOperatingSystem(),
null
};
}

Expand Down

0 comments on commit bc3f187

Please sign in to comment.