-
- Downloads
Fix test_exported_symbols for MacOs.
* Account for the leading underscores in symbol names. The solution relies on the implementation details of _LT_CMD_GLOBAL_SYMBOLS. We should probably switch to using the declared output variables of the macro in the future. * Account for the Darwin-specific filename extension of the shared libraries. The pattern can be more restrictive if we take libtool's library_names_spec or soname_spec into account.
Please register or sign in to comment