I am compiling some native code in to a library to use in my app. Everything works fine but something bugging me.
Output of native code gets "lib" prefix added to it so "mylibrary" becomes "libmylibrary.so" and I have toad it as "mylibrary"
Can't I remove this prefix? This might sound odd but keep in mind that I have zero knowledge on compiling native code or on c for that matter