Skip to content

Commit

Permalink
Fix UnsatisfiedLinkError. This should fix #5
Browse files Browse the repository at this point in the history
  • Loading branch information
Han van Venrooij committed Jan 12, 2016
1 parent f4540a5 commit 84ea8b6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/org/irundaia/sass/jna/SassLibrary.java
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@
*/
public interface SassLibrary extends Library {
public static final String JNA_LIBRARY_NAME = "sass";
public static final NativeLibrary JNA_NATIVE_LIB = NativeLibrary.getInstance(SassLibrary.JNA_LIBRARY_NAME);
public static final SassLibrary INSTANCE = (SassLibrary)Native.loadLibrary(SassLibrary.JNA_LIBRARY_NAME, SassLibrary.class);
/**
* Different render styles<br>
Expand Down

0 comments on commit 84ea8b6

Please sign in to comment.