Skip to content

Commit

Permalink
Rnamed libload.cfg to a library specific name
Browse files Browse the repository at this point in the history
  • Loading branch information
M-Marvin committed Jul 5, 2023
1 parent 090efbd commit 7c90bb8
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ public class SerialPort {

static {
NativeLoader.setTempLibFolder(System.getProperty("java.io.tmpdir") + "/jserialportaccess");
NativeLoader.setLibLoadConfig("/libload_serialportaccess.cfg");
NativeLoader.loadNative("serialportaccess");
}

Expand Down

0 comments on commit 7c90bb8

Please sign in to comment.