Skip to content
Snippets Groups Projects
Commit 9a1607af authored by Brian Carrier's avatar Brian Carrier
Browse files

Merge pull request #210 from jawallace/master

Error in previous pull request.
parents df643eb3 233354e5
Branches
Tags
No related merge requests found
......@@ -106,7 +106,7 @@ public static void loadLibrary(Lib library) {
path.append(getPlatform());
String libName = library.getLibName();
if(library == Lib.TSK_JNI && isWindows()) {
if(library == Lib.TSK_JNI && (isWindows() || isMac())) {
libName = "lib" + libName;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment