Skip to content

Commit

Permalink
Fix native images
Browse files Browse the repository at this point in the history
  • Loading branch information
saudet committed Jan 28, 2024
1 parent 0f7fdbb commit fa2e9fb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main/java/org/bytedeco/javacpp/tools/Generator.java
Expand Up @@ -154,6 +154,7 @@ static enum IntEnum { INT; int value; }
static enum LongEnum { LONG; long value; }
static final String JNI_VERSION = "JNI_VERSION_1_6";
static final List<Class> baseClasses = Arrays.asList(new Class[] {
Loader.class,
Loader.Helper.class,
Pointer.class,
//FunctionPointer.class,
Expand Down

0 comments on commit fa2e9fb

Please sign in to comment.