8 lines
117 B
Plaintext
8 lines
117 B
Plaintext
function SetBuildOptions(base)
|
|
{
|
|
if ( "LibFinder" in getroottable() )
|
|
{
|
|
LibFinder.SetupTarget(base);
|
|
}
|
|
}
|