How to link third-party static library

Did you try adding the following in .cdef file:


bundles:
{
file:
{
[rx] /home/owner/Downloads/libmodule.so /lib/
}
}
requires: {
lib: {
/home/owner/Downloads/libmodule.so
}


For more information, please see: