Skip to content

Commit

Permalink
Try preload fix
Browse files Browse the repository at this point in the history
  • Loading branch information
mkitti committed Oct 30, 2023
1 parent 7d56a2c commit 2e062c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hdf5/src/main/java/org/bytedeco/hdf5/hdf5_java.java
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
hdf5.class,
},
value = {
@Platform(preload = {"hdf5_java"}),
@Platform(preload = {"hdf5_java", "hdf5"}),
}
)
public class hdf5_java {
Expand Down

0 comments on commit 2e062c8

Please sign in to comment.