| Index: pylib/gyp/mac_tool.py
|
| diff --git a/pylib/gyp/mac_tool.py b/pylib/gyp/mac_tool.py
|
| index aca7383b4d4a8d0c3b1630eeb5b83731423c2785..ddf80ab124ed473176071a75462b802da5248721 100755
|
| --- a/pylib/gyp/mac_tool.py
|
| +++ b/pylib/gyp/mac_tool.py
|
| @@ -366,7 +366,7 @@ class MacTool(object):
|
| entitlements, substitutions, overrides)
|
| subprocess.check_call([
|
| 'codesign', '--force', '--sign', key, '--entitlements',
|
| - entitlements_path, os.path.join(
|
| + entitlements_path, '--timestamp=none', os.path.join(
|
| os.environ['TARGET_BUILD_DIR'],
|
| os.environ['FULL_PRODUCT_NAME'])])
|
|
|
|
|