| Index: pylib/gyp/generator/make.py
|
| ===================================================================
|
| --- pylib/gyp/generator/make.py (revision 1824)
|
| +++ pylib/gyp/generator/make.py (working copy)
|
| @@ -2094,7 +2094,8 @@
|
|
|
| this_make_global_settings = data[build_file].get('make_global_settings', [])
|
| assert make_global_settings_array == this_make_global_settings, (
|
| - "make_global_settings needs to be the same for all targets.")
|
| + "make_global_settings needs to be the same for all targets. %s vs. %s" %
|
| + (this_make_global_settings, make_global_settings))
|
|
|
| build_files.add(gyp.common.RelativePath(build_file, options.toplevel_dir))
|
| included_files = data[build_file]['included_files']
|
|
|