Skip to content
Snippets Groups Projects
Commit 2ff4c1c5 authored by Jeff Wallace's avatar Jeff Wallace
Browse files

Library naming fix.

parent 52a246af
No related branches found
No related tags found
No related merge requests found
...@@ -44,7 +44,7 @@ public enum Lib { ...@@ -44,7 +44,7 @@ public enum Lib {
MSVCR ("msvcr100"), MSVCR ("msvcr100"),
ZLIB ("zlib"), ZLIB ("zlib"),
LIBEWF ("libewf"), LIBEWF ("libewf"),
TSK_JNI ("tsk_jni"); TSK_JNI ("libtsk_jni");
private final String name; private final String name;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment