Skip to content

Commit

Permalink
:) you complaining about the thing you are not generating.
Browse files Browse the repository at this point in the history
  • Loading branch information
TingDaoK committed Sep 4, 2024
1 parent b8bb695 commit db4e92d
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,11 @@
public class ExtractLib {
private static final String CRT_LIB_NAME = "aws-crt-jni";


/**
* Extract the CRT JNI library on current platform to a specific File
* @param extractFile the File extracting to
*/
public static void extractLibrary(File extractFile) {

try {
Expand Down Expand Up @@ -79,6 +84,7 @@ public static void extractLibrary(File extractFile) {

/**
* Extract the CRT JNI library on current platform to a specific path.
* @param path the path extracting to
*/
public static void extractLibrary(String path) {
String libraryName = System.mapLibraryName(CRT_LIB_NAME);
Expand Down

0 comments on commit db4e92d

Please sign in to comment.