NAnt
Help
Function Reference
pkg-config::exists
v0.90
pkg-config::exists
Determines whether the given package exists.
Usage
bool pkg-config::exists(
package
)
Parameters
Name
Type
Description
package
string
The package to check.
Return Value
true
if the package exists; otherwise,
false
.
Exceptions
The function will fail in any of the following circumstances:
pkg-config
could not be started.
Requirements
Assembly:
NAnt.Core (0.90.3780.0)