osx - Determine "-mmacosx-version-min" for static libraries (*.a) on OS X? -
is there way determine minimum version of os x static library work with?
for executable files, "lc_version_min_macosx" load command can inspected using otool -l /path/to/binary | grep version
information not present in static archives (".a" files). presumably because not mach-o binaries...
Comments
Post a Comment