libtool
create_library ¶
Link object files into a static or dynamic library.
Args:
object_files: The object files to link.
library_base_name: The base name of the library. The base name will be prefixed with lib and suffixed with .a for a static library, or .dylib for a dynamic library.
select ¶
Request the use of libtool in the specified version range.
Parameters:
Name | Type | Description | Default |
---|---|---|---|
min_version
|
str | None
|
The minimum version of libtool to use. |
None
|
max_version
|
str | None
|
The maximum version of libtool to use. |
None
|