libgdx / gdx-jnigen

jnigen is a small library that can be used with or without libGDX which allows C/C++ code to be written inline with Java source code.
Apache License 2.0
60 stars 25 forks source link

Header files not detected properly. #38

Closed isXander closed 1 year ago

isXander commented 1 year ago

When doing generateHFiles(), javac outputs header files that have a prefix of underscored package name. This then breaks the H file detection as it expects it to start with the class name.

isXander commented 1 year ago

My mistake, I was searching within a package but this change did not reflect on the classes directory.