maven-nar/nar-maven-plugin

Linking extra objects at the end of linker command

kenneth-rosario opened this issue · 0 comments

Is there any way of just passing the absolute path to misc objects outside your maven project so that they can get added at the end of the linker command?
My static files do not follow the correct naming conventions and I cannot rename them. This is how I usually link when running command manually to deal with this and works fine.

gcc ...some flags abc.o /path/to/anotherobject/b.o /path/to/x/x.a

I tried adding all **/*.a in includes tag but the plugin ignores them.