| Index: pylib/gyp/generator/make.py
|
| ===================================================================
|
| --- pylib/gyp/generator/make.py (revision 1755)
|
| +++ pylib/gyp/generator/make.py (working copy)
|
| @@ -1414,7 +1414,7 @@
|
|
|
| # TARGET_POSTBUILDS_$(BUILDTYPE) is added to postbuilds later on.
|
| gyp_to_build = gyp.common.InvertRelativePath(self.path)
|
| - target_postbuild = self.xcode_settings.GetTargetPostbuilds(
|
| + target_postbuild = self.xcode_settings.AddImplicitPostbuilds(
|
| configname,
|
| QuoteSpaces(os.path.normpath(os.path.join(gyp_to_build,
|
| self.output))),
|
|
|