
The regular expression check for the -mmacosx-version-min value only looked at a single digit in the minor version number, so it did not compare correctly if the option was setting the minimum version to (say) 10.11.
The regular expression check for the -mmacosx-version-min value only looked at a single digit in the minor version number, so it did not compare correctly if the option was setting the minimum version to (say) 10.11.