13 lines
205 B
Plaintext
13 lines
205 B
Plaintext
|
/*
|
||
|
* ======== package.xs ========
|
||
|
*/
|
||
|
|
||
|
/*
|
||
|
* ======== getLibs ========
|
||
|
* Contribute CyaSSL library.
|
||
|
*/
|
||
|
function getLibs(prog)
|
||
|
{
|
||
|
return ("lib/" + this.$name + ".a" + prog.build.target.suffix);
|
||
|
}
|