You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There're some C sources compiled into both static, jni and shared lib on amd64-Linux-gpp under the help of nar-maven-plugin:3.5.0. Call it A.
There's another nar library, call it B, which is using the A nar library as its dependency. We need A to be statically linked into B using dependencyBindings.
But as a matter of fact, the generated B doesn't contain any code from A which makes the dependencyBindings useless. We checked this with nm tool.
Here's the problem:
So is this a bug?
code snippet in pom:
The text was updated successfully, but these errors were encountered: