Mercurial > public > mercurial-scm > hg-stable
diff setup.py @ 21926:6c36dc6cd61a stable 3.1-rc
merge default into stable for 3.1 code freeze
author | Matt Mackall <mpm@selenic.com> |
---|---|
date | Sat, 19 Jul 2014 00:10:22 -0500 |
parents | 0c88185c7d6c |
children | 77142de48ae4 |
line wrap: on
line diff
--- a/setup.py Sat Jul 12 02:23:17 2014 -0700 +++ b/setup.py Sat Jul 19 00:10:22 2014 -0500 @@ -513,7 +513,7 @@ version = version[0] xcode4 = (version.startswith('Xcode') and StrictVersion(version.split()[1]) >= StrictVersion('4.0')) - xcode51 = re.match(r'^Xcode\s+5\.1\.', version) is not None + xcode51 = re.match(r'^Xcode\s+5\.1', version) is not None else: # xcodebuild returns empty on OS X Lion with XCode 4.3 not # installed, but instead with only command-line tools. Assume