Show More
@@ -386,7 +386,7 b" if sys.platform == 'darwin' and os.path." | |||||
386 | # Also parse only first digit, because 3.2.1 can't be parsed nicely |
|
386 | # Also parse only first digit, because 3.2.1 can't be parsed nicely | |
387 | if (version.startswith('Xcode') and |
|
387 | if (version.startswith('Xcode') and | |
388 | StrictVersion(version.split()[1]) >= StrictVersion('4.0')): |
|
388 | StrictVersion(version.split()[1]) >= StrictVersion('4.0')): | |
389 |
os.environ['ARCHFLAGS'] = ' |
|
389 | os.environ['ARCHFLAGS'] = '' | |
390 |
|
390 | |||
391 | setup(name='mercurial', |
|
391 | setup(name='mercurial', | |
392 | version=setupversion, |
|
392 | version=setupversion, |
General Comments 0
You need to be logged in to leave comments.
Login now