acceptVersionedNames property

bool acceptVersionedNames
final

Whether versioned library names are acceptable.

When true, libfoo.so.1.2 matches a canonical name of libfoo.so. Defaults to true.

Implementation

final bool acceptVersionedNames;