| Index: build/ios/mac_build.gypi
|
| diff --git a/build/ios/mac_build.gypi b/build/ios/mac_build.gypi
|
| index dd5ad1d24948465fba6882cb08bce8ae47502c44..cbdbc79d17f08b3785b8d87732f3cf1deb9a288e 100644
|
| --- a/build/ios/mac_build.gypi
|
| +++ b/build/ios/mac_build.gypi
|
| @@ -39,6 +39,10 @@
|
| # }
|
| {
|
| 'variables': {
|
| + 'variables': {
|
| + 'parent_generator%': '<(GENERATOR)',
|
| + },
|
| + 'parent_generator%': '<(parent_generator)',
|
| # Common ninja command line flags.
|
| 'ninja_cmd': [
|
| # Bounce through clean_env to clean up the environment so things
|
| @@ -67,6 +71,7 @@
|
| '-Dios_mac_build=1',
|
| # Pass through the Mac SDK version.
|
| '-Dmac_sdk=<(mac_sdk)',
|
| + '-Dparent_generator=<(parent_generator)'
|
| ],
|
|
|
| # Rerun gyp for each of the projects needed. This is what actually
|
|
|