Adding static libraries

Hi,
I have an Arduino library that uses a static library (a .a file) When I try to compile I see the following
The platform does not support 'compiler.libraries.ldflags' for precompiled libraries.
I have the following in the library

ldflags=-lrestrs
precompiled=full

Does anyone know how to work around this?

Thanks

Have you tried patching your platform.txt file before compiling the library? If not, you can check out this thread for more information,