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

Popular posts from this blog

javascript - How to name a jQuery function to make a browser's back button work? -

collision detection - C++ library for mesh to mesh intersection: what is available? -

python - Django-easy-pdf: xhtml2pdf reporting reportlab 2.2+ is required, but 3.0 installed -