Updated the name of the linux native library

This commit is contained in:
endolf 2005-06-19 15:33:12 +00:00
parent c2bbf1d876
commit d222fad271
4 changed files with 7 additions and 6 deletions

View file

@ -34,7 +34,7 @@ public class LinuxEnvironmentPlugin extends ControllerEnvironment implements Plu
static {
if(isSupported()) {
System.loadLibrary("jinput");
System.loadLibrary("jinput-linux");
}
}