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
59 stars 26 forks source link

Don't add "." suffix to iOS shared lib name #64

Closed Berstanio closed 3 months ago

Berstanio commented 3 months ago

iOS frameworks don't have any suffix, it is just the library name.

SimonIT commented 3 months ago

Maybe we should add some tests for these functions