| Index: pylib/gyp/xcode_emulation.py
|
| diff --git a/pylib/gyp/xcode_emulation.py b/pylib/gyp/xcode_emulation.py
|
| index 5de9ac121d61f97351942ea8880f4dfdcd6cbbd6..ac6852faf98d565b4270278d700612085caaf4c2 100644
|
| --- a/pylib/gyp/xcode_emulation.py
|
| +++ b/pylib/gyp/xcode_emulation.py
|
| @@ -1452,6 +1452,7 @@ def _GetXcodeEnv(xcode_settings, built_products_dir, srcroot, configuration,
|
|
|
| # These are filled in on a as-needed basis.
|
| env = {
|
| + 'BUILT_FRAMEWORKS_DIR' : built_products_dir,
|
| 'BUILT_PRODUCTS_DIR' : built_products_dir,
|
| 'CONFIGURATION' : configuration,
|
| 'PRODUCT_NAME' : xcode_settings.GetProductName(),
|
|
|