| Index: build/config/mac/rules.gni
|
| diff --git a/build/config/mac/rules.gni b/build/config/mac/rules.gni
|
| index 018ab49e294bd32ee6167d5778d6b0ad9f953cae..f59503481f8fdc4c4000e12c53b5e322285da858 100644
|
| --- a/build/config/mac/rules.gni
|
| +++ b/build/config/mac/rules.gni
|
| @@ -328,17 +328,13 @@ template("mac_framework_bundle") {
|
| ]
|
|
|
| if (defined(invoker.framework_version)) {
|
| - outputs += [ "$_framework_base_dir/Versions/Current" ]
|
| args += [
|
| "--version",
|
| invoker.framework_version,
|
| "--contents",
|
| ] + _framework_contents
|
| -
|
| # It is not possible to list _framework_contents as outputs, since
|
| - # ninja does not properly stat symbolic links. The exception is the
|
| - # "Current" symlink, since package_framework.py will ensure that
|
| - # directory exists so the resolved-symlink mtime will be up-to-date.
|
| + # ninja does not properly stat symbolic links.
|
| # https://github.com/ninja-build/ninja/issues/1186
|
| }
|
| }
|
|
|