Hello!I.e. i have on my FS:
libL1.so, libL2.so and libL3.so in /usr/lib
libL1.a, libL2.a and libL3.a in ~/projectdir/deps/lib

Where is an obvious solution for shared lib - "libs" array in package.json, but what can i do with static libs without using the dirty-hack-way?
It would be great if where is a cross-platform solution (i mean i hope the prefixes and suffixes can be handled automatically).

Thanx in advance.