Skip to content

Commit

Permalink
Merge pull request #55 from tdemande/hawtjni-issue-54
Browse files Browse the repository at this point in the history
#54 Also search in base dir when finding/extracting native lib
  • Loading branch information
gnodet committed Apr 2, 2019
2 parents ec9cc6c + bc3f187 commit 73e0b4f
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -297,7 +297,8 @@ final public String[] getSpecificSearchDirs() {
return new String[] {
getPlatform() + "/" + System.getProperty("os.arch"),
getPlatform(),
getOperatingSystem()
getOperatingSystem(),
null
};
}

Expand Down

0 comments on commit 73e0b4f

Please sign in to comment.