mirror of
https://github.com/facebook/sapling.git
synced 2024-12-29 16:12:23 +03:00
Merge with stable.
This commit is contained in:
commit
ea755c45b4
2
setup.py
2
setup.py
@ -534,7 +534,7 @@ if sys.platform == 'darwin' and os.path.exists('/usr/bin/xcodebuild'):
|
||||
# so Mercurial can continue to compile in the meantime.
|
||||
if xcode51:
|
||||
cflags = get_config_var('CFLAGS')
|
||||
if re.search(r'-mno-fused-madd\b', cflags) is not None:
|
||||
if cflags and re.search(r'-mno-fused-madd\b', cflags) is not None:
|
||||
os.environ['CFLAGS'] = (
|
||||
os.environ.get('CFLAGS', '') + ' -Qunused-arguments')
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user