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

windows - Single EXE to Install Python Standalone Executable for Easy Distribution -

c# - Access objects in UserControl from MainWindow in WPF -

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