13 lines
195 B
Plaintext
13 lines
195 B
Plaintext
|
/*
|
||
|
* ======== package.xs ========
|
||
|
*/
|
||
|
|
||
|
/*
|
||
|
* ======== getLibs ========
|
||
|
* Contribute wolfSSL library.
|
||
|
*/
|
||
|
function getLibs(prog)
|
||
|
{
|
||
|
return ("lib/wolfssl.a" + prog.build.target.suffix);
|
||
|
}
|